boolangery / py-lua-parser

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

Incorrect line number returned from line property. #18

Closed ypaliy-vdoo closed 2 years ago

ypaliy-vdoo commented 2 years ago

Hi, there is a bug in the node's line property, it should return the line of the first token but it returns the start position instead.