additional comment form

This commit is contained in:
Ava Hahn 2023-03-10 13:16:25 -08:00
parent ce3dba470a
commit 61a1b47b85
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
3 changed files with 48 additions and 20 deletions

View file

@ -301,11 +301,16 @@ This contains any executable target of this project. Notably the main shell file
Note: this section will not show the status of each item unless you are viewing it with a proper orgmode viewer.
Note: this section only tracks the state of incomplete TODO items. Having everything on here would be cluttered.
*** TODO Syntax improvements
**** WONTDO implicit single quote
**** TODO :symbol syntax
**** TODO Update Tests
**** TODO Update Makefile documentation
*** TODO Quote function
*** TODO Eval function
*** TODO lambda
*** TODO Lex function
*** TODO Input function
*** TODO Lex function
*** TODO Read function (Input + Lex)
*** TODO Load (load a script) function
Pull/Refactor the logic out of the configure functions.
Optionally return a list of new variables and/or functions?
@ -313,13 +318,14 @@ Will need a concatenate function for tables
*** TODO Main shell calls Load function on arg and exits
*** TODO FINISH DOCUMENTATION
*** TODO Shell module
**** TODO Support for single quoting string literals
**** TODO Args parsing helper
**** TODO only loadable via POSIX config var
Overload Load function to call a binary too
**** TODO arg processor because these are control flow
**** TODO Process launching with environment variables
**** TODO Optional form of process which allows fd redirecting
**** TODO Foreground process TTY
**** TODO Background processes
**** TODO Update config env var docstring with functions loaded or unloaded
**** TODO Background processes (bg function)
**** TODO Foreground process TTY (fg function)
**** TODO list jobs (j function)
**** TODO ESSENTIAL: DOCUMENT POSIX MODULE
*** TODO Can enter multiple lines of text, with formatting in repl
*** TODO Rename to Flesh