I am parsing a file using c#.
This file contains some strings, which are short Lua scripts defined by other users. It is possible to check syntax of this Lua scripts without creating ATS and writing my own front-end of compiler?
Mostly it is only one line of script, for example:
Dialog[4].SimStatus ~= "WasDisplayed" and Variable["points"] > 15
Thanks in advance