all tests but vars tests refactored
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
7555a90328
commit
b20f64b038
4 changed files with 120 additions and 333 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue