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
|
|
@ -73,6 +73,7 @@ const HParserVtable token_vt = {
|
|||
.isValidCF = h_true,
|
||||
.desugar = desugar_token,
|
||||
.compile_to_rvm = token_ctrvm,
|
||||
.higher = false,
|
||||
};
|
||||
|
||||
HParser* h_token(const uint8_t *str, const size_t len) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue