Skip to content

Commit

Permalink
No need for reference to System.Linq.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Dec 3, 2019
1 parent 66605a0 commit ea9bb02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Platform.Communication.Protocol.Lino/Parser.peg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@namespace Platform.Communication.Protocol.Lino
@classname Parser
@using System.Linq
document <IList<Link>> = #{ state["Indentation"] = 0; } _ l:links eof { l.ToLinksList() }
links <IList<LinksGroup>> = list:line+ { list }
line <LinksGroup> = INDENTATION l:element { l }
Expand Down

0 comments on commit ea9bb02

Please sign in to comment.