Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
lexer_work
Lexer
pos=
protected
fun
pos=
(pos:
Int
)
nitc
::
Lexer
::
pos=
Doc
Linearization
Summary
Current column in the input stream
Current column in the input stream
Summary
Property definitions
nitc$Lexer$pos=
Property definitions
nitc
$
Lexer
::
pos=
# Current column in the input stream
var
pos
:
Int
=
0
src/parser/lexer_work.nit:99,2--100,17