Current section
Files
Jump to
Current section
Files
include/taffy@lexer_Lexer.hrl
-record(lexer, {
input :: binary(),
input_chars :: list(binary()),
chars :: list(binary()),
pos :: integer(),
line :: integer(),
col :: integer(),
in_document :: boolean(),
flow_level :: integer(),
quoted_open_col :: integer()
}).