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
|
|
@ -22,6 +22,7 @@ static const HParserVtable nothing_vt = {
|
|||
.isValidCF = h_true,
|
||||
.desugar = desugar_nothing,
|
||||
.compile_to_rvm = nothing_ctrvm,
|
||||
.higher = false,
|
||||
};
|
||||
|
||||
HParser* h_nothing_p() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue