all tests but vars tests refactored

Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
Ava Hahn 2023-02-17 22:10:54 -08:00
parent 7555a90328
commit b20f64b038
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
4 changed files with 120 additions and 333 deletions

View file

@ -29,13 +29,13 @@ mod str;*/
extern crate lazy_static;
pub mod ast {
// pub use crate::eval::eval;
pub use crate::eval::eval;
pub use crate::lex::lex;
pub use crate::segment::{Ctr, Seg, Type};
/* pub use crate::sym::{
pub use crate::sym::{
SYM_TABLE, SymTable, Symbol,
UserFn, ValueType, Args
};*/
};
}
/*pub mod stdlib {