Position
@Js
const class Position : Obj
A position in the Scanner consists of its line index (i.e. line number) and its index within the line
const Int : index
const Int : lineIndex
new make(Int lineIndex, Int index)
virtual Str toStr()
@Js
const class Position : Obj
A position in the Scanner consists of its line index (i.e. line number) and its index within the line
const Int : index
const Int : lineIndex
new make(Int lineIndex, Int index)
virtual Str toStr()