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