jasentaa.parser.basic

any

(any input)

char-cmp

(char-cmp f)
Does a character comparison using a specific function

from-re

(from-re re)

fwd

macro

(fwd p)
Delays the evaluation of a parser that was forward (declare)d and
it has not been defined yet. For use in (def)s of no-arg parsers,
since the parser expression evaluates immediately.

match

Recognises a given char

none-of

Rejects a given char

sat

(sat pred)
Satisfies a given predicate