finished while form
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
6ef467db94
commit
c235f9727f
5 changed files with 185 additions and 5 deletions
10
Readme.org
10
Readme.org
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue