elxparser v0.0.1 ElxParser

Summary

Functions

x <|> y
alt(x, y)
chainl(p, q)
flat_map(parser, f)
loop(parser, rest, results)
map(parser, f)
regex(literal)
rep(x)
rule(block)
s(prefix)
seq(x, y)
string(prefix)
x ~>> y