mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Merge pull request #11145 from rhendric/rhendric/parser-lalr
Make parser LALR, conflict-free
This commit is contained in:
commit
ea1f87ecda
3 changed files with 83 additions and 62 deletions
|
@ -1,4 +1,4 @@
|
|||
error: syntax error, unexpected ':', expecting '}'
|
||||
error: syntax error, unexpected ':', expecting '}' or ','
|
||||
at «stdin»:3:13:
|
||||
2|
|
||||
3| f = {x, y : ["baz" "bar" z "bat"]}: x + y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue