update readme.

This commit is contained in:
trans_soup 2023-11-06 22:35:24 +01:00
parent 4f811fee05
commit f7d3302219
1 changed files with 11 additions and 0 deletions

View File

@ -19,3 +19,14 @@ the REPL uses nodejs to run in the terminal, but changing that probably wouldn't
## language overview
TODO
## implementation-specific special lines
here are the commands that are specific to this REPL:
- `!.exit` exits the REPL.
- `!.env` prints out all the named functions.
## parentheses
catgirl calculus supports using parentheses to group things. this implementation currently does not support this, thus it is non-compliant.