We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66605a0 commit ea9bb02Copy full SHA for ea9bb02
Platform.Communication.Protocol.Lino/Parser.peg
@@ -1,6 +1,5 @@
1
@namespace Platform.Communication.Protocol.Lino
2
@classname Parser
3
-@using System.Linq
4
document <IList<Link>> = #{ state["Indentation"] = 0; } _ l:links eof { l.ToLinksList() }
5
links <IList<LinksGroup>> = list:line+ { list }
6
line <LinksGroup> = INDENTATION l:element { l }
0 commit comments