diff options
author | Camil Staps | 2017-07-27 22:53:45 +0200 |
---|---|---|
committer | Camil Staps | 2017-07-27 22:53:45 +0200 |
commit | bf0a7bb68485c87737677e4bbb5278b24dcb24cc (patch) | |
tree | 468c77df0e0e7e5d05047c8aec50b77d57d3b5dc /Sil/Parse.dcl | |
parent | Optimise multiple pop instructions (diff) |
Add tuples (see #1)
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 0db10e6..d5bf453 100644 --- a/Sil/Parse.dcl +++ b/Sil/Parse.dcl @@ -14,6 +14,7 @@ from Sil.Util.Parser import class name | TBraceClose //* } | TComma //* , | TSemicolon //* ; + | TField String //* . and field name | TAssign //* := | TTilde //* ~ | TExclamation //* ! |