bleibig / rust-grammar

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

Enhancements to LALR parser and rparse, applied after cmr's not-yet-landed work. #6

Closed ptgreen closed 10 years ago

ptgreen commented 10 years ago

This requires/follows cmr's work.

Now rparse and parser-lalr are starting to output similar looking s-expressions, makes it easier to compare the ASTs being built.

emberian commented 10 years ago

@ptgreen I've added another commit to #5 with my changes from the past few days.