Markright.Parsers.Word (markright v0.7.1)
Parses the input until the first occurence of a space.
Examples
iex> "Hello my lovely world!" |> Markright.Parsers.Word.to_ast()
%Markright.Continuation{ast: "Hello", tail: "my lovely world!"}
Link to this section Summary
Functions
Callback implementation for Markright.Parser.to_ast/2
.
Link to this section Functions
Link to this function
to_ast(input, plume)
Callback implementation for Markright.Parser.to_ast/2
.