markright v0.5.1 Markright.Continuation

The tuple, that is being returned from any call to Parser.to_ast/3.

Link to this section Summary

Types

t()

The continuation, returned from any call to Parser.to_ast/3

Link to this section Types

Link to this type t()
t() :: %Markright.Continuation{ast: Tuple.t | List.t, bag: List.t, fun: Function.t | nil, tail: String.t}

The continuation, returned from any call to Parser.to_ast/3.

Link to this section Functions

Link to this function astail!(cont, string \\ "", trim \\ false)
Link to this function bag!(cont, arg)
Link to this function continue(data, arg)
Link to this function continue(data, ast, tail)
Link to this function debag!(cont, key)
Link to this function last!(tag, opts, value)
Link to this function tag!(cont, arg)
Link to this function tail!(cont, string)