1
1
mirror of https://github.com/rm-dr/daisy synced 2025-04-08 22:33:14 -07:00

Updated README

This commit is contained in:
Mark 2023-03-25 10:35:52 -07:00
parent 8edfb70fb8
commit 6504c9e014
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

@ -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