chom-parser / chom

Multi-target parser generator written in Rust.
0 stars 0 forks source link

LALR1 parser generation. #5

Open timothee-haudebourg opened 3 years ago

timothee-haudebourg commented 3 years ago

We can already generate LALR1 parsing tables. Now we just need to generate an IR.

timothee-haudebourg commented 3 years ago

In fact there is already something for the SLR parser, not the LALR.