boolangery / py-lua-parser

A Lua parser and AST builder written in Python.
MIT License
115 stars 36 forks source link

Logical expression not correctly parsed #55

Closed Helloworld152 closed 7 months ago

Helloworld152 commented 7 months ago

Logical expression not correctly parsed , "a and (b or c)" will be parsed to "a and b or c"