Doc/improve (#4)

* add interactiveness to features, add keybindings to doc
* added commands
This commit is contained in:
T.v.Dein
2023-11-06 20:12:31 +01:00
committed by GitHub
parent bb49cb7626
commit ad2d9d98d6
3 changed files with 108 additions and 2 deletions

View File

@@ -15,10 +15,13 @@ Features:
- various stack manipulation commands
- basic math operators
- advanced math functions (not yet complete)
- provides interactive repl
- can be used on the commandline
- can calculate data in batch mode (also from STDIN)
- extensible with custom LUA functions
- provides interactive repl
- completion
- history
## Working principle