1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// Original file: "Syntax.hs" // File auto-generated using Corollary. #[macro_use] use corollary_support::*; // NOTE: These imports are advisory. You probably need to change them to support Rust. // use Language::C::Syntax::AST; // use Language::C::Syntax::Constants; pub mod ast; pub mod constants; pub mod gcc; pub mod ops; pub mod preprocess; pub mod utils;