update match grammar

svn: r17482
This commit is contained in:
Sam Tobin-Hochstadt 2010-01-05 14:48:30 +00:00
parent 214f85ca03
commit 1cca4008f7

View File

@ -45,7 +45,7 @@ qp ::= literal @match literal
| id @match symbol
| (qp ...) @match sequences of qps
| (qp ... . qp) @match qps ending qp
| (qp ... ooo) @match qps ending repeated qp
| (qp ooo . qp) @match qps beginning with repeated qp
| #(qp ...) @match vector of qps
| #&qp @match boxed qp
| ,pat @match pat