Parrot Perl6Grammar compiler and parsers #23

Backtracking control -- tokens

regex TOP     { <integer> <addop> <integer> {*} }
regex integer { \d+ {*} }
regex addop   { [ '+' | '-' ] {*} }
continued...
Copyright © 2009
http://www.pmichaud.com/2009/pres/