2023-03-18 22:18:57 -07:00
|
|
|
# TODO
|
2023-03-20 11:36:49 -07:00
|
|
|
- Fix documentation and variable names
|
|
|
|
- implicit multiply
|
|
|
|
- Function application
|
2023-03-20 20:54:43 -07:00
|
|
|
- Syntax check (parenthesis, argument type, position of error)
|
2023-03-18 22:18:57 -07:00
|
|
|
|
|
|
|
# Eventually
|
|
|
|
- rationals
|
2023-03-20 11:36:49 -07:00
|
|
|
- commands
|
|
|
|
- better prompt
|
2023-03-18 22:18:57 -07:00
|
|
|
- units
|
2023-03-20 11:36:49 -07:00
|
|
|
- assignment
|
2023-03-18 22:18:57 -07:00
|
|
|
- function definitions
|