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
|
|
@ -46,6 +46,7 @@ static const HParserVtable endianness_vt = {
|
|||
.isValidCF = h_false,
|
||||
.desugar = NULL,
|
||||
.compile_to_rvm = h_not_regular,
|
||||
.higher = true,
|
||||
};
|
||||
|
||||
HParser* h_with_endianness(char endianness, const HParser *p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue