You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It needs to be rewritten using a lexer-based design. Currently it can not deal with multi-line comments properly or multiple control structures on a single line.
For example: if this then callFunc() end if
Or this:
ifthisthen/*loop*/endif
The text was updated successfully, but these errors were encountered:
It needs to be rewritten using a lexer-based design. Currently it can not deal with multi-line comments properly or multiple control structures on a single line.
For example:
if this then callFunc() end if
Or this:
The text was updated successfully, but these errors were encountered: