enables the labeled_statements. The scope of a label declared by a labled statement...
authoryeom <yeom>
Wed, 20 Apr 2011 18:14:38 +0000 (18:14 +0000)
committeryeom <yeom>
Wed, 20 Apr 2011 18:14:38 +0000 (18:14 +0000)
commit2e1715aeec4ded8b84b487a88e0a088aabe309fc
tree92d0dfb113509e2da0c647ee2abbadc5cc0347b9
parent51258723586950abf863b7e0ebf5183dcd1b275a
enables the labeled_statements. The scope of a label declared by a labled statement is the block node following the labeled statement. Note that it might be a different way when Sonny implements continue/break with labels
Robust/src/IR/Tree/BlockNode.java
Robust/src/IR/Tree/BuildIR.java
Robust/src/Parse/java14.cup