test_lisp_api: added sys_test

This commit is contained in:
2026-02-05 05:47:44 +00:00
parent b32f420cb9
commit 54e9edcba6
2 changed files with 49 additions and 3 deletions

View File

@@ -51,10 +51,10 @@ other state do we need to encode?
*** TODO Write a parser for vectors
*** TODO Write the general parser
** WIP Unit tests :tests:
*** TODO Test system registration of allocated units
*** TODO Test streams
*** DONE Test system registration of allocated units
In particular, does clean up work as we expect? Do we have situations
where we may double free or not clean up something we should've?
*** TODO Test streams
** Backlog
*** TODO Design Big Integers
We currently have 62 bit integers implemented via immediate values