TODO list of upcoming features

This commit is contained in:
psf 2022-04-01 23:37:17 -07:00
parent c0687799ec
commit 07f935e38e

View file

@ -516,3 +516,20 @@ fn main() {
: dog 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
*/