Closed dns2utf8 closed 8 years ago
There are a few parser generator libraries around. Can you make the commands into a LR(1) syntax? This one looks interesting, for example: https://github.com/nikomatsakis/lalrpop
Looked very good, but it is not compiling after a Day of Work. Working with pure Rust for now.
Implemented.
There are a few parser generator libraries around. Can you make the commands into a LR(1) syntax? This one looks interesting, for example: https://github.com/nikomatsakis/lalrpop