finished inc and dec, and tests

This commit is contained in:
Ava Hahn 2023-03-07 22:16:57 -08:00
parent c74d6f5ddf
commit 8bf4b3c368
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
4 changed files with 304 additions and 17 deletions

View file

@ -201,21 +201,6 @@ Optionally return a list of new variables and/or functions?
Will need a concatenate function for tables
*** TODO Main shell calls Load function on arg and exits
*** TODO Can enter multiple lines of text, with formatting in repl
*** TODO arithmetic operations
**** DONE typecast (int)
**** DONE typecast (float)
**** DONE add
**** DONE sub
**** DONE div
**** DONE mul
**** DONE exp
**** DONE mod
***** DONE Test for Let Destructuring
**** TODO inc
**** TODO dec
**** DONE gt?
**** DONE lt?
**** DONE snippets for gte and lte
*** TODO string operations
**** TODO typecast (string)
**** TODO contains