Open keleshev opened 9 years ago
The custom next_line function in lexer.mll could be replaced with a standard Lexing.new_line function introduced in 3.11.0.
next_line
lexer.mll
Lexing.new_line
Perhaps, that can make the lexer example more concise and focused.
The custom
next_line
function inlexer.mll
could be replaced with a standardLexing.new_line
function introduced in 3.11.0.Perhaps, that can make the lexer example more concise and focused.