v0.2.1
Changes:
- Implement 5.3 bitwise operators along with
LuaSyntaxOptions
setting for erroring on them; - Implement a warning about
\n\r
being used as it is recognized as a single line break by Lua; - Amortize allocations made by string parsing.
LuaSyntaxOptions
setting for erroring on them;\n\r
being used as it is recognized as a single line break by Lua;