mirror of
https://github.com/NixOS/nix
synced 2025-06-29 23:13:14 +02:00
* Clean up the imploded parse tree. Quotes around strings are
removed, paths are absolutised relative to the path containing the expression we just parsed, and integer literals are converted to actual integers.
This commit is contained in:
parent
e537844f4e
commit
9f8f39aa3c
4 changed files with 57 additions and 11 deletions
|
@ -29,5 +29,5 @@ ATerm bottomupRewrite(TermFun & f, ATerm e)
|
|||
return (ATerm) ATreverse(out);
|
||||
}
|
||||
|
||||
throw badTerm("cannot rewrite", e);
|
||||
return e;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue