aboutsummaryrefslogtreecommitdiff
path: root/Sil/Parse.dcl
diff options
context:
space:
mode:
authorCamil Staps2017-07-19 12:57:01 +0000
committerCamil Staps2017-07-19 12:57:01 +0000
commit407a0c8e7e14b96c2a0487cefe09cdc021f002b0 (patch)
tree6f2f8eec4691c6c292f0cc77734729ac0b27fcf7 /Sil/Parse.dcl
parentNomenclature: Application type is now Expression (diff)
Add while and !, fix error in consecutive declarations
Diffstat (limited to 'Sil/Parse.dcl')
-rw-r--r--Sil/Parse.dcl1
1 files changed, 1 insertions, 0 deletions
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 //* *