bleibig / rust-grammar

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

Lexer changes #5

Closed emberian closed 10 years ago

emberian commented 10 years ago

This should flesh out the rest of the lexer. Tomorrow I'm going to write a fuzzer + harness that will run this on the rust repo and compare to rlex

bleibig commented 10 years ago

Awesome, thanks!

emberian commented 10 years ago

Thoughts: http://rustlog.octayn.net/post/85987792915/16-may-2014