aboutsummaryrefslogtreecommitdiffstats
path: root/tokens.ads
diff options
context:
space:
mode:
Diffstat (limited to 'tokens.ads')
-rw-r--r--tokens.ads17
1 files changed, 17 insertions, 0 deletions
diff --git a/tokens.ads b/tokens.ads
index c3fd68345..c331c099e 100644
--- a/tokens.ads
+++ b/tokens.ads
@@ -37,6 +37,8 @@ package Tokens is
Tok_Box, -- <>
Tok_Dot, -- .
+ Tok_Equal_Equal, -- == (AMS Vhdl)
+
Tok_Eof, -- End of file.
Tok_Newline,
Tok_Comment,
@@ -208,6 +210,21 @@ package Tokens is
-- Added by Vhdl 2000:
Tok_Protected,
+ -- AMS reserved words
+ Tok_Across,
+ Tok_Break,
+ Tok_Limit,
+ Tok_Nature,
+ Tok_Noise,
+ Tok_Procedural,
+ Tok_Quantity,
+ Tok_Reference,
+ Tok_Spectrum,
+ Tok_Subnature,
+ Tok_Terminal,
+ Tok_Through,
+ Tok_Tolerance,
+
-- PSL words
Tok_Psl_Default,
Tok_Psl_Clock,