From 5f41fdc72fccd7169dc812c8690e82222ae1aca1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 31 Dec 2013 19:01:48 +0100 Subject: Fix bug21274. WIP for VHDL08. --- tokens.ads | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tokens.ads') diff --git a/tokens.ads b/tokens.ads index c331c099e..41b50f24d 100644 --- a/tokens.ads +++ b/tokens.ads @@ -57,6 +57,13 @@ package Tokens is Tok_Greater, -- > Tok_Greater_Equal, -- >= + Tok_Match_Equal, -- ?= + Tok_Match_Not_Equal, -- ?/= + Tok_Match_Less, -- ?< + Tok_Match_Less_Equal, -- ?<= + Tok_Match_Greater, -- ?> + Tok_Match_Greater_Equal, -- ?>= + -- sign token Tok_Plus, -- + Tok_Minus, -- - @@ -252,7 +259,7 @@ package Tokens is -- subtype Token_Relation_Type is Token_Type range Tok_And .. Tok_Xnor; subtype Token_Relational_Operator_Type is Token_Type range - Tok_Equal .. Tok_Greater_Equal; + Tok_Equal .. Tok_Match_Greater_Equal; subtype Token_Shift_Operator_Type is Token_Type range Tok_Sll .. Tok_Ror; subtype Token_Sign_Type is Token_Type range -- cgit v1.2.3