static-regular-grammar 2.0.2

Derive macro for static regular grammar
Documentation
1
2
3
foo = "f" 1*("oo")

bar = "b" 1*"a" "r"