mirror of
https://github.com/NixOS/nix
synced 2025-07-04 03:01:47 +02:00
* Use `sdftable -s' to get warnings about the grammar.
* Several bug fixes in the grammar. * Allow one-line comments (#... and //...) to end in EOF.
This commit is contained in:
parent
38946e1378
commit
2be8b5917a
3 changed files with 20 additions and 14 deletions
|
@ -154,7 +154,7 @@ Expr parseExprFromFile(Path path)
|
|||
if (!imploded)
|
||||
throw Error(format("cannot implode parse tree"));
|
||||
|
||||
debug(format("imploded parse tree of `%1%': %2%")
|
||||
printMsg(lvlVomit, format("imploded parse tree of `%1%': %2%")
|
||||
% path % imploded);
|
||||
|
||||
/* Finally, clean it up. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue