FIXME: found a bug: var1 var2 +|-|*|\ ===> result in on stack (normal) AND stored in var1 (_bug_)

This commit is contained in:
Gwenhael Le Moine 2022-07-03 19:46:56 +02:00
parent c10c7f02fd
commit fe3723b27f
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -6,9 +6,10 @@ To run REPL locally: `rake run`
To run the test suite: `rake test`
# BUGs
* var1 var2 +|-|*|\ ===> result in on stack (normal) AND stored in var1 (_bug_)
# TODO-list
* save & load state image (as RPL code? as JSON?)
. store all variables and subdirs currently defined
* pseudo filesystem: subdir/namespace for variables
. 'a dir' crdir 'a dir' cd vars
* SDL-based graphic environment/API