diff options
author | Camil Staps | 2017-07-19 12:57:01 +0000 |
---|---|---|
committer | Camil Staps | 2017-07-19 12:57:01 +0000 |
commit | 407a0c8e7e14b96c2a0487cefe09cdc021f002b0 (patch) | |
tree | 6f2f8eec4691c6c292f0cc77734729ac0b27fcf7 /Sil/Parse.dcl | |
parent | Nomenclature: 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.dcl | 1 |
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 //* * |