Skip to content

v2.2

Choose a tag to compare

@Edd12321 Edd12321 released this 08 Jul 07:56
· 176 commits to master since this release

v2.2 is now done. Very few bugs remain :)

  • The help command can now output the contents (script) of functions, and it can now list functions as well as builtins.
  • Added Tcl-style unknown command.
  • Re-added regexp.
  • Re-added shift.
  • Job control improved. Scripts can actually be stopped now.
  • Background eval-blocks/non-external commands are handled properly again. All commands are homogenously treated now.
  • New stack-based phrase (logical line) reader, which is more robust and similar to Tcl.