update match grammar
svn: r17482
This commit is contained in:
parent
214f85ca03
commit
1cca4008f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user