Skip to content

Releases: lindig/lua-ml

Lua-ML 0.9.2

26 Nov 11:49

Choose a tag to compare

Adds support for the modulus operator (%), that was missing in earlier versions.

Lua-ML 0.9.1

18 Jan 10:48

Choose a tag to compare

  • Syntax and runtime errors now raise Failure.
  • dostring now supports an optional argument ~file for better error output.