update readme

Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2023-05-03 23:59:56 -07:00
parent 1ef0a534db
commit 293eef7d8e
Signed by: affine
GPG key ID: 3A4645B8CF806069

View file

@ -482,11 +482,9 @@ Note: this section will not show the status of each item unless you are viewing
Note: this section only tracks the state of incomplete TODO items. Having everything on here would be cluttered.
** TODO Pre-alpha tasks
- Shell module
- ignore job control signals (if needed)
- background processes
- be able to list all background processes with j function
- Shell module (see branch: fully-interactive-shell)
- be able to fg a bg process
- be able to list all background processes with j function
- be able to bg and fg process (ctrl z?)
- Documentation!
- logging library
@ -532,9 +530,6 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
** TODO v1.0 tasks
- export function (dump symbol definitions to script and/or append)
- then write doc on interactive development
- completion:
- complete string: path search
- complete symbol: syms search
- Write next_has member function for &Seg and simplify stdlib and probably also eval/sym
- Rename to Flesh
- Can pass args to relish scripts (via interpreter)