summaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
authorKathy Gray2013-08-14 18:01:25 +0100
committerKathy Gray2013-08-14 18:01:25 +0100
commitad6751d52c7f3add1cfdb0a01f37b69872975c9e (patch)
treef96561424c961971f1d0e722b569bf595ab0ab07 /language
parent260c4a4b8b112682fe8a7fc4f67191be96a265c0 (diff)
More cases translating from parse_ast to ast. Plus parser changes to syntax to support type casts; syntax changes not yet reflected in ott file
Diffstat (limited to 'language')
-rw-r--r--language/l2_parse.ott2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/l2_parse.ott b/language/l2_parse.ott
index 90fa544e..4e965d7c 100644
--- a/language/l2_parse.ott
+++ b/language/l2_parse.ott
@@ -657,7 +657,7 @@ exp :: 'E_' ::=
| { fexps } :: :: record
{{ com struct }}
- | { exp with fexps } :: :: record_update
+ | { exp with exp1 ; .. ; expn } :: :: record_update
{{ com functional update of struct }}
| exp . id :: :: field
{{ com field projection from struct }}