pilisp_cli 1.0.0-alpha.10 pilisp_cli: ^1.0.0-alpha.10 copied to clipboard
Shared code for running a rudimentary command-line interface to the PiLisp programming language.
v1.0.0-alpha.10 #
- Improved auto-complete
- Moving the cursor or typing characters clears auto-complete results.
- Entering TAB in the middle of a line does not clear already-entered text from the display (never did so from the actual buffer).
- When all completion results share a further prefix than what the user typed, that shared prefix is proactively inserted.
- Example:
mat
followed by entering TAB will automatically insertmath/
into the line and show all completion results for it.
- Example:
v1.0.0-alpha.9 #
- Richer cli_repl with more editing commands and TAB completion for in-scope PiLisp bindings
- Repo changes to make pub.dev output more useful.
v1.0.0-alpha.8 #
- Initial inclusion of cli_repl for richer REPL experience
- Supports
-e
or--eval
as CLI parameter for evaluating PiLisp forms directly