@[implicit_reducible]
@[reducible, inline]
Parser α is a parser that consumes a String input using a Sigma String.Pos and returns a result of type α.
Instances For
Parses the given string.
Instances For
@[inline]
Skips the given string.
Instances For
@[inline]
Parses the given char.
Instances For
@[inline]
Skips the given char.
Instances For
@[inline]
Skip whitespace: tabs, newlines, carriage returns, and spaces.
Instances For
Takes a fixed amount of chars from the iterator.