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
|
|
@ -117,6 +117,7 @@ static const HParserVtable int_range_vt = {
|
|||
.isValidCF = h_true,
|
||||
.desugar = desugar_int_range,
|
||||
.compile_to_rvm = ir_ctrvm,
|
||||
.higher = false,
|
||||
};
|
||||
|
||||
HParser* h_int_range(const HParser *p, const int64_t lower, const int64_t upper) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue