summaryrefslogtreecommitdiff
path: root/qface/idl/parser/TLexer.tokens
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen@ryannel.org>2018-12-24 13:32:17 +0100
committerJuergen Bocklage-Ryannel <juergen@ryannel.org>2018-12-24 13:32:17 +0100
commitca2868a450c4090d5460827a896648280bb72eb0 (patch)
treee2bcb28bb3d8f3d3efc86bb1c064380cd5579e60 /qface/idl/parser/TLexer.tokens
parent0a3ae7686e1100be452b8c435bdcd84ec242340e (diff)
parent7091420944250d11b2f5e9a1783a14e74480e8bc (diff)
downloadqtivi-qface-ca2868a450c4090d5460827a896648280bb72eb0.tar.gz
Merge branch 'release/2.0'2.0
Diffstat (limited to 'qface/idl/parser/TLexer.tokens')
-rw-r--r--qface/idl/parser/TLexer.tokens29
1 files changed, 16 insertions, 13 deletions
diff --git a/qface/idl/parser/TLexer.tokens b/qface/idl/parser/TLexer.tokens
index 4f861bd..5daf716 100644
--- a/qface/idl/parser/TLexer.tokens
+++ b/qface/idl/parser/TLexer.tokens
@@ -26,16 +26,19 @@ T__24=25
T__25=26
T__26=27
T__27=28
-TAGLINE=29
-INTCONSTANT=30
-HEXCONSTANT=31
-TAGIDENTIFIER=32
-IDENTIFIER=33
-VERSION=34
-DOCCOMMENT=35
-WHITESPACE=36
-COMMENT=37
-MULTICOMM=38
+STRING=29
+DOUBLE_STRING=30
+SINGLE_STRING=31
+TAGLINE=32
+INTCONSTANT=33
+HEXCONSTANT=34
+TAGIDENTIFIER=35
+IDENTIFIER=36
+VERSION=37
+DOCCOMMENT=38
+WHITESPACE=39
+COMMENT=40
+MULTICOMM=41
'import'=1
';'=2
'module'=3
@@ -48,9 +51,9 @@ MULTICOMM=38
')'=10
'const'=11
'signal'=12
-'readonly'=13
-','=14
-'='=15
+'='=13
+'readonly'=14
+','=15
'bool'=16
'int'=17
'real'=18