Class objects

This commit is contained in:
Andrey Breslav
2010-12-21 20:27:55 +03:00
parent 198c46528c
commit 7547b36eb0
6 changed files with 296 additions and 11 deletions
+2 -1
View File
@@ -188,7 +188,8 @@ arrayAccess
;
objectLiteral
: "object" delegationSpecifier{","}? classBody?
: "object" delegationSpecifier{","} classBody?
: "object" classBody
;
/* Factory methods: