From 765f8d8a7d92646a3b72ab990b553db93fc32b4c Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Thu, 5 Mar 2015 20:19:13 -0800 Subject: [PATCH] Remove obsolete TODOs in the grammar --- smalidea/src/main/antlr3/smalideaParser.g | 6 ------ 1 file changed, 6 deletions(-) diff --git a/smalidea/src/main/antlr3/smalideaParser.g b/smalidea/src/main/antlr3/smalideaParser.g index e9a7dd60..01cae84e 100644 --- a/smalidea/src/main/antlr3/smalideaParser.g +++ b/smalidea/src/main/antlr3/smalideaParser.g @@ -692,7 +692,6 @@ enum_literal reportError(marker, re, false); } -// TODO: check missing initial token type_field_method_literal @init { Marker marker = mark(); } : ( reference_type_descriptor @@ -710,7 +709,6 @@ type_field_method_literal reportError(marker, re, false); } -// TODO: check missing initial token subannotation @init { Marker marker = mark(); } : SUBANNOTATION_DIRECTIVE class_descriptor annotation_element* end_subannotation_directive @@ -847,7 +845,6 @@ arrow reportError(errorMarker, re, false); } -// TODO: check missing initial token fully_qualified_method @init { Marker marker = mark(); } : reference_type_descriptor arrow member_name method_prototype_reference @@ -857,7 +854,6 @@ fully_qualified_method reportError(marker, re, false); } -// TODO: check missing initial token fully_qualified_field @init { Marker marker = mark(); } : reference_type_descriptor arrow member_name colon nonvoid_type_descriptor @@ -867,7 +863,6 @@ fully_qualified_field reportError(marker, re, false); } -// TODO: check missing initial token label @init { Marker marker = mark(); } : colon simple_name @@ -877,7 +872,6 @@ label reportError(marker, re, false); } -// TODO: check missing initial token label_ref @init { Marker marker = mark(); } : colon simple_name