musiKk / plyj

A Java parser written in Python using PLY.
Other
150 stars 69 forks source link

Line no problem solved #46

Closed akashdepth closed 8 years ago

akashdepth commented 8 years ago

add lineno attribute in SourceElement and pass a argument p.lineno(0) in parse.py while calling instance of SourceElement.so we can record lineno also in parser.parse_file() result.

musiKk commented 8 years ago

Is it possible you mixed up the pull request? When I look at your repository I can see some changes regarding line numbers but this PR tries to merge the experimental java8_2 branch which is not ready yet.

I'll happily review your changes regarding the line numbers. :)