jasentaa.parser

apply

(apply parser input)
Apply a parser, throwing away any leading space:

parse-all

(parse-all parser input)
Attempts to fully consume the input using the supplied parser.
Throws a ParseException if the input cannot be fully parsed.