Skip to content

Releases: inim-repl/INim

0.2.0

05 Apr 22:04
Compare
Choose a tag to compare
  • 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

17 Mar 03:12
Compare
Choose a tag to compare
  • 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