Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
lexer_work
Lexer
_pos
private
var
_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