Updated README

pull/2/head
Mark 2023-03-25 10:35:52 -07:00
parent 8edfb70fb8
commit 6504c9e014
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 9 additions and 8 deletions

View File

@ -6,20 +6,21 @@
# Internals # Internals
- Non-recursive treeify - Non-recursive treeify
- Syntax errors are broken - Print any expression
- Copy expression, print with result
# Features # Features
- Function application - Function application
- variable definitons - Variable definitions
- function definitions - Function definitions
- rational datatype - Rational datatype
- units - Units
- Dice - Dice
- Derivatives - Derivatives
- Mini CAS
# Prompt # Prompt
- Replace multi-char tokens (pi)
- Arrows to move cursor - Arrows to move cursor
- Syntax errors are broken
- Live syntax/output - Live syntax/output
- Commands - Commands
- Better error texts