Version 1.19
Changes since 1.18
Library:
- All uses of
!now work in macros. - Added functions: getIndentation(), getCurrentIndentationInOutput(), getOutputSoFarOnLine(), writeFile().
- Added function readFile() as alias for getFileContents(). (The latter is now deprecated.)
- Added environment argument to evaluate().
pp.metaEnvironmentis now only a shallow copy of_G(i.e.pp.metaEnvironment.io == _G.ioetc.).- LuaJIT: Added support for binary numerals (i.e.
0b110010).