proleap-cobol-parser icon indicating copy to clipboard operation
proleap-cobol-parser copied to clipboard

Line numbers of tokens should refer to the original parsed file

Open albertolovato opened this issue 7 years ago • 0 comments

When visiting an AST node, line numbers extracted with ctx.getStart().getLine(); should not account for preprocessed copy files. Otherwise, elements cannot be located in the original file.

albertolovato avatar Nov 20 '17 16:11 albertolovato