mirror of
https://gitlab.cs.washington.edu/fidelp/frustration.git
synced 2024-12-26 21:58:20 +01:00
TODO list of upcoming features
This commit is contained in:
parent
c0687799ec
commit
07f935e38e
1 changed files with 17 additions and 0 deletions
|
@ -516,3 +516,20 @@ fn main() {
|
||||||
: dog dog ;
|
: dog dog ;
|
||||||
100 dog
|
100 dog
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* TODO LIST
|
||||||
|
* 0=
|
||||||
|
* allot, cell, cells
|
||||||
|
* base
|
||||||
|
* c@ and c!
|
||||||
|
* comments ( )
|
||||||
|
* comments \
|
||||||
|
* emit
|
||||||
|
* forth-style line parsing, instead of pre-baked str::split(" ").
|
||||||
|
* key
|
||||||
|
* recursive with more creature comforts
|
||||||
|
* see
|
||||||
|
* startup message "XXXXX bytes free"
|
||||||
|
* strings ." this", s" that", etc.
|
||||||
|
* words
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in a new issue