FIXME: found a bug: var1 var2 +|-|*|\ ===> result in on stack (normal) AND stored in var1 (_bug_)
This commit is contained in:
parent
c10c7f02fd
commit
fe3723b27f
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue