flesh/tests
Ava Hahn dcb2969b0a
* fixed and wrote test for lambda and function as arg case
* added license to userlib tests
* added map impl to userlib
* userlib tests now run and pass
* all args are evaluated individually
2023-03-20 16:22:51 -07:00
..
test_eval.rs rustfmt previous commit 2023-03-05 22:37:13 -08:00
test_func.rs * fixed and wrote test for lambda and function as arg case 2023-03-20 16:22:51 -07:00
test_lex.rs additional comment form 2023-03-10 13:16:25 -08:00
test_lib_append.rs Some readme elaboration, but mostly cons 2023-03-09 16:03:06 -08:00
test_lib_bools.rs add boolean cast function 2023-03-09 17:28:17 -08:00
test_lib_control.rs variables defined using def in a let statement now escape local scope 2023-03-17 12:01:43 -07:00
test_lib_decl.rs * fixed and wrote test for lambda and function as arg case 2023-03-20 16:22:51 -07:00
test_lib_math.rs finished inc and dec, and tests 2023-03-07 22:16:57 -08:00
test_lib_str.rs add string split method 2023-03-08 19:42:08 -08:00