pczarn / gearley

An Earley parser engine in Rust.
http://pczarn.github.io/gearley/gearley/index.html
Apache License 2.0
27 stars 2 forks source link

Special handling for special symbols generated during rule binarization #13

Open pczarn opened 1 month ago

pczarn commented 1 month ago

Benefits:

pczarn commented 1 month ago

Successfully prototyped here: https://gist.github.com/pczarn/c51dd53b5e194467a79ff5592856d14c#file-mini_earley_parser-rs-L327-L331