AOTT is a Parser Combinator Framework, a library which allows you to munch
tokens declaratively, or imperatively, or both at the same time, how you would like.
AOTT gives you some neat primitives that you could build anything with,
and, if you want, builtin utilities (NOT YET IMPLEMENTED!) for dealing with
text (feature flag builtin-text
, on by default),
or bytes (feature flag builtin-bytes
, off by default).
AOTT is designed to be compatible with chumsky, so existing chumsky parsers will work / work with the minimum amount of changes (like removing lifetimes… “ME HATE LIFETIME ARGUMENT! LIFETIME ARGUMENT BAD!”).
A list of regexes to fix the parsers will be provided never soon.
About those lifetime arguments. I wanted to make a near lifetimeless chumsky
with functions as the primary unit of parsing (like in nom!), then I flomped into madness and now I have this. A near lifetimeless chumsky with functions. Yay.
[0/2]
[1/2]
[4/4]
[2/5]
()
)