2023-03-25 20:10:37 -07:00
|
|
|
## For 1.0 release
|
2023-03-23 22:13:19 -07:00
|
|
|
- Tests
|
|
|
|
- Branding
|
2023-03-25 10:50:57 -07:00
|
|
|
- Replace &str with strings
|
|
|
|
- Named parameters for Tokens
|
2023-03-25 20:10:37 -07:00
|
|
|
- Function application
|
|
|
|
- Commands
|
|
|
|
- Arrows to move cursor
|
|
|
|
|
|
|
|
|
|
|
|
## Etc
|
|
|
|
|
|
|
|
# General
|
|
|
|
- Documentation
|
|
|
|
- CLI Options
|
|
|
|
- Compile to WASM => webapp
|
2023-03-18 22:18:57 -07:00
|
|
|
|
2023-03-24 13:29:14 -07:00
|
|
|
# Internals
|
|
|
|
- Non-recursive treeify
|
2023-03-25 10:35:52 -07:00
|
|
|
- Print any expression
|
|
|
|
- Copy expression, print with result
|
2023-03-24 13:29:14 -07:00
|
|
|
|
2023-03-23 22:13:19 -07:00
|
|
|
# Features
|
2023-03-25 10:35:52 -07:00
|
|
|
- Variable definitions
|
|
|
|
- Function definitions
|
|
|
|
- Rational datatype
|
|
|
|
- Units
|
2023-03-23 22:13:19 -07:00
|
|
|
- Dice
|
2023-03-24 23:06:58 -07:00
|
|
|
- Derivatives
|
2023-03-25 10:35:52 -07:00
|
|
|
- Mini CAS
|
2023-03-25 10:55:08 -07:00
|
|
|
- Complex numbers
|
2023-03-23 22:13:19 -07:00
|
|
|
|
|
|
|
# Prompt
|
2023-03-25 20:10:37 -07:00
|
|
|
- Live syntax/output
|