diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-08-21 08:35:32 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-08-21 08:35:32 +0100 |
commit | 742f19886cce986d0d01606b07dd533fbffe2cdd (patch) | |
tree | bc6d84335362240ea7384bd44532d18e770def37 /alisp.org | |
parent | e9eaba12d196e0b526fb24f549466ce76168634b (diff) | |
download | alisp-742f19886cce986d0d01606b07dd533fbffe2cdd.tar.gz alisp-742f19886cce986d0d01606b07dd533fbffe2cdd.tar.bz2 alisp-742f19886cce986d0d01606b07dd533fbffe2cdd.zip |
Designed tests for make_int and intern with their destructors
Diffstat (limited to 'alisp.org')
-rw-r--r-- | alisp.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ perspective. Should we capitalise symbols? This way, we limit the symbol table's possible options a bit (potentially we could design a better hashing algorithm?) and it would be kinda like an actual Lisp. -** TODO Test value constructors and destructors :test: +** DONE Test value constructors and destructors :test: Test if ~make_int~ works with ~as_int,~ ~intern~ with ~as_sym~. Latter will require a symbol table. ** TODO Test containers constructors and destructors :test: |