Implemented SymTable optimization for efficient variable updates
This commit is contained in:
parent
dcb2969b0a
commit
381852b3bd
9 changed files with 122 additions and 23 deletions
|
|
@ -38,6 +38,7 @@ mod eval_tests {
|
|||
Box::from(Ctr::None),
|
||||
)),
|
||||
}),
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
syms.insert(String::from("echo"), test_external_func);
|
||||
|
|
@ -64,6 +65,7 @@ mod eval_tests {
|
|||
Box::from(Ctr::None),
|
||||
)),
|
||||
}),
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
syms.insert(String::from("echo"), test_external_func);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue