From 07f935e38ea9551e8f3146b2b6b0e9925d0bc0e4 Mon Sep 17 00:00:00 2001 From: psf Date: Fri, 1 Apr 2022 23:37:17 -0700 Subject: [PATCH] TODO list of upcoming features --- frustration.rs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/frustration.rs b/frustration.rs index bf1cbcd..38d7db1 100644 --- a/frustration.rs +++ b/frustration.rs @@ -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 + */