Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upStatement line number #304
Comments
|
Hi @Dzale Good question, maybe @devenbansod would know ?
Thank you ! |
|
@Dzale Unfortunately, we don't have the line number available explicitly while parsing. We do have access to the It might be possible to derive the line number given the char index. If you come up with a utility to do that, feel free to contribute it back to the library (possibly under here) |
|
Hey @devenbansod, thanks for quick response, ill check it out and see if i can come up with a solution. |
Hey guys,
is there a way to get the actual line of statement that is currently being processed ?
I need it for logging purposes, when i ignore some statement, i wanna know what line was it in file,
so i can comeback later and check it.
Thanks in advance, and great package!