implement iseq, tests

Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
Ava Hahn 2023-03-02 12:48:26 -08:00
parent 5ce0a8e8b2
commit cb83fa5655
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
6 changed files with 134 additions and 25 deletions

View file

@ -154,13 +154,6 @@ Will need a concatenate function for tables
**** TODO queue (append to front)
**** TODO snippet for dequeue
**** TODO snippet for pop
*** TODO boolean operations
**** DONE and (circuit)
**** DONE or
**** TODO xor
**** DONE no
**** TODO eq?
**** DONE toggle
*** TODO string operations
**** TODO typecast (string)
**** TODO contains