Packages

An Erlang lexer and syntax highlighter for Gleam!

Current section

Files

Jump to
pearl include pearl_Lexer.hrl
Raw

include/pearl_Lexer.hrl

-record(lexer, {
source :: binary(),
ignore_comments :: boolean(),
ignore_whitespace :: boolean(),
errors :: list(pearl:error()),
splitters :: pearl:splitters()
}).