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

+ added value as permitted identifier keyword

parent 5e03afe6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1028,7 +1028,7 @@ EString:
Identifier:
    ID 
    //implementation specific
    | 'name' | 'type' //TODO: exclude other keywords to the extent possible?
    | 'name' | 'type' | 'value'//TODO: exclude other keywords to the extent possible?
;

AIdentifier: