1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 00:07:58 +02:00

* Do not filter when parsing. This is much faster.

* Add some rejections and lexical restrictions to the grammar to make
  this work.
This commit is contained in:
Eelco Dolstra 2003-11-10 11:00:38 +00:00
parent 15801c88fa
commit 06ae269c7c
2 changed files with 7 additions and 0 deletions

View file

@ -109,6 +109,7 @@ Expr parseExprFromFile(Path path)
SG_OUTPUT_ON();
SG_ASFIX2ME_ON();
SG_AMBIGUITY_ERROR_ON();
SG_FILTER_OFF();
initialised = true;
}