Updated README

master
Mark 2022-11-09 21:54:10 -08:00
parent 89bc4bd2c0
commit 39d32a9925
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,7 @@ The lines in a file look exactly the same as regular entries in the prompt, but
## Todo (pre-release, in this order): ## Todo (pre-release, in this order):
- Truncate long expressions in warnings - Fix unique bound variable printer
- Prevent macro-chaining recursion - Prevent macro-chaining recursion
- Full-reduce option (expand all macros) - Full-reduce option (expand all macros)
- step-by-step reduction - step-by-step reduction
@ -90,6 +90,7 @@ The lines in a file look exactly the same as regular entries in the prompt, but
## Todo: ## Todo:
- Cleanup warnings - Cleanup warnings
- Syntax highlight printouts - Syntax highlight printouts
- Truncate long expressions in warnings
- History queue + indexing - History queue + indexing
- Show history command - Show history command
- Loop detection - Loop detection