Parser and lua blocks

Issue #143 resolved
Bart Bogaerts created an issue
  • When } occurs in a Lua-string, it is matched to the previous {. Thus, it ends the lua block. We don't want this...
  • When :: occurs somewhere in Lua (also for example in a string), it is replaced by "." We don't want this either

Comments (1)

  1. Log in to comment