95833
Results
5
issues of
95833
fixed enter_tokenizer_state on midrule. but only on midrule.
I am writing a grammar using another parser library. i find lexer-scanner is unnatural. when we define a token , we usually give it a name with some semantics such...
Is it valid to use custom_term alongside char_term, string_term, and regex_term within one terms() ?
1
It doesn't seem to be supported at the moment, but perhaps it could work if the code is modified from ``` if constexpr (generate_lexer) { res = regex::dfa_match(lexer_sm, opts, ps.current_sp,...