KeldorDE/Lightweight-PHP-LUA-Parser

SQL style comments in LUA sources are not ignored

LigH-de opened this issue · 0 comments

LUA supports comments like in SQL: starting from the appearance of a '--' symbol, the rest of the line shall be ignored.

This parser does not, thus interprets the content of this line wrong, it even interprets an opening brace literally instead of a start of a hierarchy sub-level, when such a kind of comment follows.