-- can now parse expressions:
commitefe9d54eeb2979bce966bf654e49ea6f36436a70
authorTimothy Washington <timothyw@timothy-washingtons-macbook-pro.local>
Fri, 5 Dec 2008 02:39:58 +0000 (4 21:39 -0500)
committerTimothy Washington <timothyw@timothy-washingtons-macbook-pro.local>
Fri, 5 Dec 2008 02:39:58 +0000 (4 21:39 -0500)
tree5cde4271a0d760579675f62a2b7c5ae72f0a01a0
parent582878cebfba9d04b6cf6627ec267bcdcbf3e1c0
-- can now parse expressions:

for $i in (10, 20), $j in (1, 2) return ( $i + $j )

for $i in (10, 20), $j in (1, 2)
return ( $i + $j )

every $xart in (1, 2, 3), $yart in (2, 3, 4)
      satisfies $xart + $yart = 4

some $xart in (1, 2, "cat") satisfies $x * 2 = 4
cc/xpath.sablecc