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:
parent
15801c88fa
commit
06ae269c7c
2 changed files with 7 additions and 0 deletions
|
@ -109,6 +109,7 @@ Expr parseExprFromFile(Path path)
|
|||
SG_OUTPUT_ON();
|
||||
SG_ASFIX2ME_ON();
|
||||
SG_AMBIGUITY_ERROR_ON();
|
||||
SG_FILTER_OFF();
|
||||
|
||||
initialised = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue