1
0
Fork 0
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:
Eelco Dolstra 2003-10-30 16:18:40 +00:00
parent e537844f4e
commit 9f8f39aa3c
4 changed files with 57 additions and 11 deletions

View file

@ -29,5 +29,5 @@ ATerm bottomupRewrite(TermFun & f, ATerm e)
return (ATerm) ATreverse(out);
}
throw badTerm("cannot rewrite", e);
return e;
}