new ast module

This commit is contained in:
Janis 2024-09-03 22:58:46 +02:00
parent 07c98d55a0
commit 44fa241a79
2 changed files with 1 additions and 0 deletions

0
src/ast2/mod.rs Normal file
View file

View file

@ -16,6 +16,7 @@ pub mod common;
pub mod comptime; pub mod comptime;
pub mod error; pub mod error;
//pub mod intern_pool; //pub mod intern_pool;
pub mod ast2;
pub mod lexer; pub mod lexer;
pub mod mir; pub mod mir;
pub mod parser; pub mod parser;