summaryrefslogtreecommitdiff
path: root/language/l2_parse.ott
diff options
context:
space:
mode:
authorKathy Gray2016-05-12 14:06:10 +0100
committerKathy Gray2016-05-27 10:10:09 +0100
commit6145f35df564fa9bd502619dfd812df21cd9f333 (patch)
tree26e21ccd2d1d9050593aa039fe8747d1e8898997 /language/l2_parse.ott
parent7b3bec91d88cbf79a5d69b3b6e9a1d761e423b3d (diff)
Also add to ott
Diffstat (limited to 'language/l2_parse.ott')
-rw-r--r--language/l2_parse.ott1
1 files changed, 1 insertions, 0 deletions
diff --git a/language/l2_parse.ott b/language/l2_parse.ott
index 224fea06..d768c766 100644
--- a/language/l2_parse.ott
+++ b/language/l2_parse.ott
@@ -544,6 +544,7 @@ exp :: 'E_' ::=
| exp := exp' :: :: assign
{{ com imperative assignment }}
+ | sizeof atyp :: :: sizeof
| exit exp :: :: exit
| assert ( exp , exp' ) :: :: assert