Dan-wanna-M / kbnf

A fast constrained decoding engine based on context free grammar in Rust
Other
2 stars 0 forks source link

Add lexer #11

Open Dan-wanna-M opened 4 weeks ago

Dan-wanna-M commented 4 weeks ago

It is possible to add a lexer stage to process bytes so we can deal with real tokens in Earley recognizer.

Pros:

Cons: