diff options
| author | Kathy Gray | 2016-05-12 14:06:10 +0100 |
|---|---|---|
| committer | Kathy Gray | 2016-05-27 10:10:09 +0100 |
| commit | 6145f35df564fa9bd502619dfd812df21cd9f333 (patch) | |
| tree | 26e21ccd2d1d9050593aa039fe8747d1e8898997 /language/l2_parse.ott | |
| parent | 7b3bec91d88cbf79a5d69b3b6e9a1d761e423b3d (diff) | |
Also add to ott
Diffstat (limited to 'language/l2_parse.ott')
| -rw-r--r-- | language/l2_parse.ott | 1 |
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 |
