Extends the grammar to include the annotation type declaration. The current impl...
authoryeom <yeom>
Wed, 27 Apr 2011 02:00:10 +0000 (02:00 +0000)
committeryeom <yeom>
Wed, 27 Apr 2011 02:00:10 +0000 (02:00 +0000)
commit79c84f3bffb5dc9e14f9d72726164c9e2354eadb
tree60a09e5ef3c924ce27bb46b7671456f83c252452
parent35ac87272fa37d1880681407e6b6485c632330bd
Extends the grammar to include the annotation type declaration. The current impl only supports marker and single annotation declaration.

Annotation type is represented by class descriptor since annotation type declaration is a special kind of interface declaration. Later, we need to implement semantic checkings for annotations.
Robust/src/IR/Tree/BuildIR.java
Robust/src/Parse/java14.cup