Don't cache dummy results for primitive parsers.
This commit is contained in:
parent
578ac05154
commit
969d768205
30 changed files with 50 additions and 16 deletions
|
|
@ -103,6 +103,7 @@ static const HParserVtable ignoreseq_vt = {
|
|||
.isValidCF = is_isValidCF,
|
||||
.desugar = desugar_ignoreseq,
|
||||
.compile_to_rvm = is_ctrvm,
|
||||
.higher = true,
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue