bleibig / rust-grammar

LALR grammar and parser for Rust using flex and bison
MIT License
47 stars 15 forks source link

Small fixes to the LL(1) grammar, and a start on a LALR(1) bison grammar as a backup. #1

Closed ptgreen closed 10 years ago

bleibig commented 10 years ago

Awesome work! The rust designers ideally want rust's grammar to be LL(1) which is why they (and I) chose LLnextgen as the parser generator tool, but it's definitely good to have a bison grammar as a backup.