LexLuthor.Runner (lex_luthor v0.1.3) View Source
This module runs a Lexer module against an input string.
You don't use it directly as YourModule.lex/1 is defined on
your module when you use LexLuthor.
Link to this section Summary
Functions
Process a string against a given Lexer module and rules.
Link to this section Functions
Specs
Process a string against a given Lexer module and rules.
modulethe module in which the lexer is defined.rulesan array of rules to apply to the input string.stringthe input string to be lexed.