A big refactor, step 1

This commit is contained in:
2023-11-09 22:58:26 -06:00
parent 7e8124055a
commit 18b7743c12
7 changed files with 117 additions and 113 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ extern crate pest_derive;
mod ast;
pub mod compiler;
mod forge_parser;
mod parser;