Makeup v0.8.0 Makeup.Lexer.Types View Source

Link to this section Summary

Link to this section Types

Link to this type context() View Source
context() :: Map.t()
Link to this type parsec_failure() View Source
parsec_failure() ::
  {:error, String.t(), Sring.t(), context(), {integer(), integer()}, integer()}
Link to this type parsec_result() View Source
parsec_result() :: parsec_success() | parsec_failure()
Link to this type parsec_success() View Source
parsec_success() :: {:ok, tokens(), String.t(), context(), integer(), integer()}
Link to this type tokens() View Source
tokens() :: [token()]