diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-10T11·00+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-10T11·00+0000 |
commit | 06ae269c7c5cdda32072f3f00cf644e540ba12cd (patch) | |
tree | 3fa693c3da7383b3c1e8c6e941339bb7554f8626 /src/fix-ng/parser.cc | |
parent | 15801c88fad38253b19ac2ea77e7597deab5fd6b (diff) |
* Do not filter when parsing. This is much faster.
* Add some rejections and lexical restrictions to the grammar to make this work.
Diffstat (limited to 'src/fix-ng/parser.cc')
-rw-r--r-- | src/fix-ng/parser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fix-ng/parser.cc b/src/fix-ng/parser.cc index 43678ec9719d..93afe0627ad8 100644 --- a/src/fix-ng/parser.cc +++ b/src/fix-ng/parser.cc @@ -109,6 +109,7 @@ Expr parseExprFromFile(Path path) SG_OUTPUT_ON(); SG_ASFIX2ME_ON(); SG_AMBIGUITY_ERROR_ON(); + SG_FILTER_OFF(); initialised = true; } |