From 407a0c8e7e14b96c2a0487cefe09cdc021f002b0 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 19 Jul 2017 12:57:01 +0000 Subject: Add while and !, fix error in consecutive declarations --- Sil/Parse.dcl | 1 + 1 file changed, 1 insertion(+) (limited to 'Sil/Parse.dcl') diff --git a/Sil/Parse.dcl b/Sil/Parse.dcl index 73f9ad3..0db10e6 100644 --- a/Sil/Parse.dcl +++ b/Sil/Parse.dcl @@ -16,6 +16,7 @@ from Sil.Util.Parser import class name | TSemicolon //* ; | TAssign //* := | TTilde //* ~ + | TExclamation //* ! | TPlus //* + | TMinus //* - | TStar //* * -- cgit v1.2.3