lalrpop 0.23.0

convenient LR(1) parser generator
Documentation
1
2
3
4
5
grammar;

pub Other: () = {
	"a"
};