aboutsummaryrefslogtreecommitdiff
path: root/Sil/Parse.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'Sil/Parse.dcl')
-rw-r--r--Sil/Parse.dcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Sil/Parse.dcl b/Sil/Parse.dcl
index a2f92cb..6febca5 100644
--- a/Sil/Parse.dcl
+++ b/Sil/Parse.dcl
@@ -15,6 +15,12 @@ from Sil.Syntax import :: Program, :: Literal
| TComma //* ,
| TSemicolon //* ;
| TAssign //* :=
+ | TTilde //* ~
+ | TPlus //* +
+ | TMinus //* -
+ | TStar //* *
+ | TSlash //* /
+ | TPercent //* %
| TLit Literal //* True; False; integers
| TIf //* if
| TWhile //* while