jasentaa.parser
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.
(parse-all parser input)
Attempts to fully consume the input using the supplied parser. Throws a ParseException if the input cannot be fully parsed.