A fairly major refactor / simplification.

This commit is contained in:
2023-01-16 20:11:06 -08:00
parent 2e82fcf343
commit afcf3c65cd
26 changed files with 800 additions and 1132 deletions

5
src/ir.rs Normal file
View File

@@ -0,0 +1,5 @@
mod ast;
mod from_syntax;
mod strings;
pub use ast::*;