proleap-cobol-parser
proleap-cobol-parser copied to clipboard
Line numbers of tokens should refer to the original parsed file
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.