Earmark v1.2.4 Earmark.Helpers.LeexHelpers
Link to this section Summary
Functions
Allows to lex an Elixir string with a leex lexer and returns the tokens as needed for a yecc parser
Link to this section Functions
Link to this function
lex(text, list)
Allows to lex an Elixir string with a leex lexer and returns the tokens as needed for a yecc parser.
Link to this function
tokenize(line, list)