Skip to content

Version 1.20

Compare
Choose a tag to compare
@ReFreezed ReFreezed released this 01 Jul 21:07
· 13 commits to master since this release

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:

Repository:

  • Fixed test suite not working in Lua 5.2+. Oops!