You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pointLink <Link<string>> = id:(reference) { new Link<string>(id) }
singleLinePointLink<Link<string>> = __ l:pointLink { l }
multiLinePointLink<Link<string>> = "(" _ l:pointLink _ ")" { l }
It also may require to rethink how indented whitespace will work with links. For example it may require to create artificial link ids if these not provided, or it may require to throw an error on absent ids.
The text was updated successfully, but these errors were encountered:
It will require removal of
pointLink
term from grammar. It was added by mistake (when links theory was not ready).(1)
should be interpreted as a link with values list of length 1, with single element 1.These lines will be deleted:
Protocols.Lino/csharp/Platform.Protocols.Lino/Parser.peg
Lines 21 to 23 in bae8007
It also may require to rethink how indented whitespace will work with links. For example it may require to create artificial link ids if these not provided, or it may require to throw an error on absent ids.
The text was updated successfully, but these errors were encountered: