finished while form

Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
Ava Hahn 2023-03-02 15:29:50 -08:00
parent 6ef467db94
commit c235f9727f
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
5 changed files with 185 additions and 5 deletions

View file

@ -31,10 +31,16 @@ https://matrix.to/#/#vomitorium:matrix.sunnypup.io
**** TODO circuit
*** TODO Defining variables and functions
**** TODO Anatomy
**** TODO Naming conventions
**** TODO Undefining variables and functions
*** TODO Easy patterns
**** TODO while-let combo
**** TODO main loop application
*** TODO Builtin functions
*** TODO Documentation
(help function
**** TODO Tests
**** TODO Help function
**** TODO Snippets directory
** Configuration
By default Relish will read from ~/.relishrc for configuration, but the default shell will also accept a filename from the RELISH_CFG_FILE environment variable.
@ -133,7 +139,7 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
*** TODO Control Flow
**** DONE if form
**** DONE let form
**** TODO while form
**** DONE while form
**** TODO circuit form
*** TODO Clean up tests, simplify, convert some to unit tests, mention tests in Readme as docs
*** TODO Document all internal/builtin functions in the rustiest way possible