congo-cc / congo-parser-generator

The CongoCC Parser Generator, the Next Generation of JavaCC 21, which in turn was the next generation of JavaCC
https://discuss.congocc.org/
Other
33 stars 9 forks source link

Preprocessor lexer: token end column is always 1, which is unhelpful #167

Closed vsajip closed 4 months ago

vsajip commented 4 months ago

Here is an excerpt of the first few tokens obtained by lexing examples/csharp/testfiles/AppDomain.cs :

PP_LINE: //
 1 1 1 1
PP_LINE: // System.AppDomain.cs
 2 1 2 1
PP_LINE: //
 3 1 3 1
PP_LINE: // Authors:
 4 1 4 1

This doesn't seem right.

vsajip commented 4 months ago

Closed in #172.