What's Changed
* Updated Antlr4 grammar to use latest one (https://github.com/antlr/grammars-v4/tree/master/lua)
* Add support for Lua 5.4 attributes, new Node `Attribute`
* Build AST using antlr visitor instead of re-reading all tokens, should improve performance
Fixes
* Some comments were discarded 39
* Wrong operator precedence 38, 41, 33
* luaparser no longer works with python 3.13 58
* Failure to parse chained comparisons 56
* Some parser failures 49, 50