Earmark v1.3.2 Earmark.Helpers.LeexHelpers View Source
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) View Source
Allows to lex an Elixir string with a leex lexer and returns the tokens as needed for a yecc parser.
Link to this function