Add a validation step back.

This commit is contained in:
2023-01-27 21:41:06 -08:00
parent afcf3c65cd
commit 3333dffa1e
6 changed files with 152 additions and 27 deletions

View File

@@ -11,6 +11,7 @@ lalrpop_mod!(
"/syntax/parser.rs"
);
pub mod ast;
mod validate;
pub use crate::syntax::ast::*;
pub use crate::syntax::location::Location;