Variable LexerRange.column

The current column number.

struct LexerRange
{
  // ...
  ulong column ;
  // ...
}