Significant improvement to eval routine and tests

This commit is contained in:
Aidan 2021-06-22 00:50:37 -07:00
parent 9b981921b4
commit df5cb47cb4
No known key found for this signature in database
GPG key ID: 327711E983899316
4 changed files with 397 additions and 11 deletions

View file

@ -352,6 +352,36 @@ mod func_tests {
}
}
*/
#[test]
fn eval_lazy_func_call() {
}
#[test]
fn sym_loose_func_call() {
}
#[test]
fn too_many_args() {
}
#[test]
fn not_enough_args() {
}
#[test]
fn bad_eval_arg() {
}
#[test]
fn bad_eval_fn_body() {
}
}
/* TESTING TODO: