Loading plugins/Prototypes/org.etsi.mts.tdl.tx/src/org/etsi/mts/tdl/TDLtx.xtext +9 −1 Original line number Diff line number Diff line Loading @@ -538,7 +538,7 @@ OmitValue returns tdl::OmitValue: LiteralValueUse returns tdl::LiteralValueUse: {tdl::LiteralValueUse} value=LiteralValue (value=STRING | intValue=BIGINTEGER | boolValue=BOOLEAN) //TODO: ambiguity if type? value -> temporary solution //TODO: add option to have the type after wards without any keyword e.g. 100 s? // (dataType=[tdl::DataType|Identifier])? Loading Loading @@ -1297,8 +1297,16 @@ RBrace: END ; BIGINTEGER returns ecore::EBigInteger: INT ; //## Terminals terminal BOOLEAN returns ecore::EBoolean: 'true' | 'false' ; // The following synthetic tokens are used for the indentation-aware blocks -> moved to extended grammar //terminal BEGIN: 'synthetic:BEGIN'; // increase indentation //terminal END: 'synthetic:END'; // decrease indentation Loading Loading
plugins/Prototypes/org.etsi.mts.tdl.tx/src/org/etsi/mts/tdl/TDLtx.xtext +9 −1 Original line number Diff line number Diff line Loading @@ -538,7 +538,7 @@ OmitValue returns tdl::OmitValue: LiteralValueUse returns tdl::LiteralValueUse: {tdl::LiteralValueUse} value=LiteralValue (value=STRING | intValue=BIGINTEGER | boolValue=BOOLEAN) //TODO: ambiguity if type? value -> temporary solution //TODO: add option to have the type after wards without any keyword e.g. 100 s? // (dataType=[tdl::DataType|Identifier])? Loading Loading @@ -1297,8 +1297,16 @@ RBrace: END ; BIGINTEGER returns ecore::EBigInteger: INT ; //## Terminals terminal BOOLEAN returns ecore::EBoolean: 'true' | 'false' ; // The following synthetic tokens are used for the indentation-aware blocks -> moved to extended grammar //terminal BEGIN: 'synthetic:BEGIN'; // increase indentation //terminal END: 'synthetic:END'; // decrease indentation Loading