Variable LexerRange.line

The current line number.

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