Commit e829b863 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added attribute as possible identifier, #10

parent 331249d5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -576,7 +576,7 @@ DataContent returns to::Content:
    ;

Identifier returns ecore::EString:
    STRING | ID;
    STRING | ID | 'attribute' | 'name' | 'value' | 'type';

Qualifier returns tdl::Comment:
    body=Identifier | body=NumberAsIdentifier
+1 −1
Original line number Diff line number Diff line
@@ -1113,7 +1113,7 @@ EString:
Identifier:
    ID 
    //implementation specific
    | 'name' | 'type' | 'value'//TODO: exclude other keywords to the extent possible?
    | 'name' | 'type' | 'value' | 'attribute'//TODO: exclude other keywords to the extent possible?
;

AIdentifier: