unary-new: built parser and new => now works

This commit is contained in:
satyr
2010-09-27 02:11:47 +09:00
parent db531495b8
commit e188b9ff41
6 changed files with 127 additions and 130 deletions

View File

@@ -88,6 +88,7 @@ grammar =
# them somewhat circular.
Expression: [
o "Value"
o "Invocation"
o "Code"
o "Operation"
o "Assign"