Sean1708 / rusty-cheddar

A Rust crate for automatically generating C header files from Rust source file.
http://sean1708.github.io/rusty-cheddar/
191 stars 25 forks source link

Use a ParseSess instead of a vector of errors. #28

Open Sean1708 opened 8 years ago

Sean1708 commented 8 years ago

This should make things more flexible for developers when we implement an extensible compiler interface.

Probably need to use a custom session type to abstract away any breaking changes in syntex.