cortex_lang/parsing/codegen/
trait.rs

1pub trait SimpleCodeGen {
2    fn codegen(&self, indent: usize) -> String;
3}