yakshaving

This commit is contained in:
2025-06-11 07:23:06 +01:00
parent 34e4d42876
commit ff2bf156db
3 changed files with 7 additions and 8 deletions

View File

@@ -36,13 +36,13 @@ consider user environments via the context.
*inp, lisp_t **ret)][function link]]
** TODO Evaluator
** TODO Runtime errors
** TODO Better numerics
** TODO Better numerics :numerics:
We currently admit fixed size integers (63 bits). We _need_ more to
be a scheme.
*** Unfixed size integers
*** Rationals
*** Floats
*** Complex numbers
*** TODO Unfixed size integers
*** TODO Rationals
*** TODO Floats
*** TODO Complex numbers
** TODO Primitive operations
** TODO Macros
** TODO Modules