mirror of
https://github.com/NixOS/nix
synced 2025-06-30 19:57:59 +02:00
* Grammar changes. Attributes in attribute sets are now delimited with
semicolons instead of comma's. Final semicolon in the set is optional.
This commit is contained in:
parent
40986312bb
commit
ad0976f8d5
2 changed files with 24 additions and 36 deletions
|
@ -147,6 +147,9 @@ Expr parseExprFromFile(Path path)
|
|||
if (!imploded)
|
||||
throw Error(format("cannot implode parse tree"));
|
||||
|
||||
debug(format("imploded parse tree of `%1%': %2%")
|
||||
% path % printTerm(imploded));
|
||||
|
||||
/* Finally, clean it up. */
|
||||
Cleanup cleanup;
|
||||
cleanup.basePath = dirOf(path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue