Reintroduce binary type in express parser

This commit is contained in:
Thomas Krijnen
2015-05-21 12:53:17 +00:00
parent 37d4e9bcbd
commit 3d6b330366
4 changed files with 13 additions and 3 deletions
+1
View File
@@ -114,6 +114,7 @@ actions = {
'aggregation_types' : "lambda t: AggregationType(t)",
'general_aggregation_types' : "lambda t: AggregationType(t)",
'select_type' : "lambda t: SelectType(t)",
'binary_type' : "lambda t: BinaryType(t)",
'subtype_declaration' : "lambda t: SubtypeExpression(t)",
'derive_clause' : "lambda t: AttributeList('derive', t)",
'derived_attr' : "lambda t: DerivedAttribute(t)",