aboutsummaryrefslogtreecommitdiffstats
path: root/tokens.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-01-08 04:22:40 +0100
committerTristan Gingold <tgingold@free.fr>2014-01-08 04:22:40 +0100
commit19211ffc421560405aee966ee742ae849c73a31c (patch)
tree1036f20b80fd8133c94fccb8e4ff6a9cc226818d /tokens.ads
parent429a5e4a2d7714915b45b33869f06f954c29a316 (diff)
downloadghdl-19211ffc421560405aee966ee742ae849c73a31c.tar.gz
ghdl-19211ffc421560405aee966ee742ae849c73a31c.tar.bz2
ghdl-19211ffc421560405aee966ee742ae849c73a31c.zip
Rework literal typing (and initial work for condition operator).
Diffstat (limited to 'tokens.ads')
-rw-r--r--tokens.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/tokens.ads b/tokens.ads
index 41b50f24d..bb431b95a 100644
--- a/tokens.ads
+++ b/tokens.ads
@@ -70,6 +70,8 @@ package Tokens is
-- and adding_operator
Tok_Ampersand, -- &
+ Tok_Condition,
+
-- PSL
Tok_And_And, -- &&
Tok_Bar_Bar, -- ||