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
|
|
@ -199,6 +199,7 @@ static const HParserVtable many_vt = {
|
|||
.isValidCF = many_isValidCF,
|
||||
.desugar = desugar_many,
|
||||
.compile_to_rvm = many_ctrvm,
|
||||
.higher = true,
|
||||
};
|
||||
|
||||
HParser* h_many(const HParser* p) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue