Skip to content

NeoLua 1.3.7

Compare
Choose a tag to compare
@neolithos neolithos released this 13 Jan 16:17
· 99 commits to master since this release

Changes

  • LuaParseException ctor public
  • NewLine handling, ReadLine, SkipWhiteSpaes in LuaCharLexer

Fix

  • Invalid long comment parsing, is line comment now (#92)
  • String parsing (escape handling) (@9chu)