aboutsummaryrefslogtreecommitdiff
path: root/Sil/Parse.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'Sil/Parse.dcl')
-rw-r--r--Sil/Parse.dcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sil/Parse.dcl b/Sil/Parse.dcl
index 441bf9e..378586a 100644
--- a/Sil/Parse.dcl
+++ b/Sil/Parse.dcl
@@ -11,9 +11,12 @@ from Sil.Util.Parser import class name
:: Token
= TParenOpen //* (
| TParenClose //* )
+ | TBrackOpen //* [
+ | TBrackClose //* ]
| TBraceOpen //* {
| TBraceClose //* }
| TComma //* ,
+ | TColon //* :
| TSemicolon //* ;
| TField String //* . and field name
| TAssign //* :=