Implemented SymTable optimization for efficient variable updates

This commit is contained in:
Ava Apples Affine 2023-03-20 17:16:44 -07:00
parent dcb2969b0a
commit 381852b3bd
Signed by: affine
GPG key ID: 3A4645B8CF806069
9 changed files with 122 additions and 23 deletions

View file

@ -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);