added more tests

This commit is contained in:
2025-03-19 02:35:31 -04:00
parent aa2684546e
commit b0dd101740
11 changed files with 162 additions and 2 deletions

View File

@@ -2,3 +2,4 @@ pub mod lexer;
pub mod parser;
pub mod expand;
pub mod term;
pub mod error;