goccy / p5-Compiler-Lexer

Lexical Analyzer for Perl5
Other
46 stars 17 forks source link

Column number information #47

Closed azawawi closed 8 years ago

azawawi commented 10 years ago

I noticed that the returned token object contains line number information but no column number information. Is there an undocumented feature to access the column number information?

And thanks :+1:

briandfoy commented 9 years ago

There isn't an undocumented feature, but I think it is easy to add. Once my latest pull request is merged I'll implement this.

goccy commented 9 years ago

@briandfoy Yes, column number is easy to add. Also, I'm reviewing your pull request (#51). Please wait a little more.

briandfoy commented 8 years ago

You've merged my pull request, so you can close this issue.

azawawi commented 8 years ago

Thanks for your excellent work. Closing :+1: