parse Column Positions From File
fun parseColumnPositionsFromFile(fileContent: String, nodeLength: Int, nodeOffset: Int, startingLineNumber: Int, endingLineNumber: Int): Region?
The proper columns are computed for the given nodeOffset and its length
Parameters
file Content
the text in the file, needed to see the whitespaces
node Length
Length of the node
node Offset
start position of the node as character index
ending Line Number
line where the node should end