TritonVM / tasm-lang

Writing tasm with Rust syntax
15 stars 2 forks source link

Implement `Display` for entire AST #59

Open Sword-Smith opened 8 months ago

Sword-Smith commented 8 months ago

The compiler would be able to generate better error messages if the entire AST implemented Display and the output of this Display was valid Rust code.