update to sbp with regions in trees
[wix.git] / src / tokens.g
1 alpha       = [a-zA-Z]
2 alphanum    = alpha | digit
3 digit       = [0-9]
4 Int::       = digit++
5 escaped     = lf:: "\\n"
6             | cr:: "\\r"
7             | "\\" ~[nr]