post-scarcity/unit-tests
Simon Brooke d8991e8823 H'mmm. But although two-cell bignums work, n-cell do not.
Both add and print fail with numbers larger than 2^120
2019-01-18 14:09:26 +00:00
..
add.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
apply.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
bignum-add.sh H'mmm. But although two-cell bignums work, n-cell do not. 2019-01-18 14:09:26 +00:00
bignum-expt.sh Added unit tests to establish that bignum addition and print work 2019-01-18 13:39:12 +00:00
bignum-print.sh H'mmm. But although two-cell bignums work, n-cell do not. 2019-01-18 14:09:26 +00:00
bignum-subtract.sh Bignum subtraction does NOT work 2019-01-18 13:57:41 +00:00
bignum.sh Now creating the correct internal bignum representation 2019-01-03 11:21:08 +00:00
complex-list.sh Fixed unit tests which were failing because of the change in formatting integers 2018-12-31 16:29:11 +00:00
cond.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
empty-list.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
empty-string.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
eval-integer.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
eval-quote-sexpr.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
eval-quote-symbol.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
eval-real.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
eval-string.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
fred.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
integer-allocation.sh The beginning of bignums is in place, tests still pass. 2018-12-29 22:30:07 +00:00
integer.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
intepreter.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
lambda.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
many-args.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
multiply.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
nil.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
nlambda.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
progn.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
quote.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
quoted-list.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
ratio-addition.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
recursion.sh Fixed unit tests which were failing because of the change in formatting integers 2018-12-31 16:29:11 +00:00
reverse.sh Fixed unit tests which were failing because of the change in formatting integers 2018-12-31 16:29:11 +00:00
simple-list.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
string-allocation.sh All unit tests now pass 2018-12-23 14:16:51 +00:00
string-with-spaces.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00
varargs.sh Complete reworking of the REPL 2018-12-30 17:56:15 +00:00