Beginning the compiler, const declarations and globals

This commit is contained in:
2023-07-12 00:53:52 -05:00
parent 09c41be189
commit dc2e1a89a5
3 changed files with 248 additions and 0 deletions
+1
View File
@@ -3,4 +3,5 @@ extern crate pest;
extern crate pest_derive;
mod ast;
mod compiler;
mod forge_parser;