From afa72384251e121988501ac22f16d0110bd2305f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 4 Aug 2018 06:59:25 +0200 Subject: rework parse_expression to add parse_binary_expression. This is needed to complete PSL expression parsing. --- src/ghdldrv/ghdlprint.adb | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/ghdldrv') diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index f95e266ee..531d6125a 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -378,23 +378,11 @@ package body Ghdlprint is Disp_Text; Put (""); end case; - when Tok_Access .. Tok_Elsif - | Tok_Entity .. Tok_With - | Tok_Mod .. Tok_Rem - | Tok_And .. Tok_Not => - Disp_Reserved; - when Tok_End => + when Tok_Mod .. Tok_Parameter => Disp_Reserved; when Tok_Semi_Colon => Disp_Spaces; Disp_Text; - when Tok_Xnor .. Tok_Ror => - Disp_Reserved; - when Tok_Protected => - Disp_Reserved; - when Tok_Context - | Tok_Parameter => - Disp_Reserved; when Tok_Across .. Tok_Tolerance => Disp_Reserved; when Tok_Psl_Default -- cgit v1.2.3