Releases: inim-repl/INim
Releases · inim-repl/INim
0.2.0
- UNIX: Use
rdstdin
from stdlib for input: now support arrow keys to navigate on last commands (up/down) and line navigation (left/right) - Use OS temp directory to store INim temp files (source and compilation output)
First stable release
- Working REPL flow
- Handles invalid expressions
- Compatible with Linux, macOS, Windows
- Multi-level auto-indent
- Basic unit testing
- exit / quit() commands
- Clean up of buffer files after exit