Version 1.20
Changes since 1.19
Library:
- getOutputSoFar() can now take an output buffer argument.
- Detecting duplicate names in dual code:
!!x, x = ...
- Fixed
evaluate()
sometimes raising an error instead of returning it. - Fixed issue with files not ending with a newline.
- Fixed silly internal error when Lua 5.2+ was used.
Command line program:
- Added options: --version, --help.
- Added "alldone" message.
- --meta can now take a file path.
- Fixed silly internal error when Lua 5.2+ was used.
Repository:
- Fixed test suite not working in Lua 5.2+. Oops!