1
0
Fork 0
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:
Eelco Dolstra 2003-11-03 10:21:30 +00:00
parent 40986312bb
commit ad0976f8d5
2 changed files with 24 additions and 36 deletions

View file

@ -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);