add basic arithmatic operations

Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
Ava Hahn 2023-03-06 19:05:34 -08:00
parent f8ab31e9aa
commit a429b546d0
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
5 changed files with 364 additions and 6 deletions

View file

@ -149,11 +149,11 @@ Will need a concatenate function for tables
*** TODO Can enter multiple lines of text, with formatting in repl
*** TODO arithmetic operations
**** TODO typecast (int)
**** TODO typecast (zfloat)
**** TODO add
**** TODO sub
**** TODO div
**** TODO mul
**** TODO typecast (float)
**** DONE add
**** DONE sub
**** DONE div
**** DONE mul
**** TODO exp
**** TODO mod
**** TODO inc