cairo_lang_syntax_codegen/
lib.rs

1//! Code generation for the `syntax` crate.
2
3pub mod cairo_spec;
4pub mod generator;
5#[cfg(test)]
6mod golden_test;
7pub mod spec;