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

-removed numberAsIdentifier option from LitearalValueUse in TDLan2, #17

*was a work around to suport for negative numbers, proper support is worked on in #158
parent 7f04a993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1405,7 +1405,7 @@ Extension returns tdl::Extension:

LiteralValueUse returns tdl::LiteralValueUse:
	{tdl::LiteralValueUse}
    (value=NumberAsIdentifier | value=STRING | intValue=BIGINTEGER | boolValue=BOOLEAN)
    (value=STRING | intValue=BIGINTEGER | boolValue=BOOLEAN)
	(
 		'of' 'type' dataType=[tdl::DataType|Identifier]
	)?