build_boot for tests

This commit is contained in:
2023-11-07 21:59:05 -06:00
parent f03f6f15a4
commit 62d340e507
7 changed files with 132 additions and 3 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ extern crate pest;
extern crate pest_derive;
mod ast;
mod compiler;
pub mod compiler;
mod forge_parser;