summaryrefslogtreecommitdiff
path: root/language/l2_parse.ml
diff options
context:
space:
mode:
authorKathy Gray2016-08-14 12:37:46 +0100
committerKathy Gray2016-08-14 12:37:46 +0100
commitac9aa3b73181cf6f8a0bbcf2c59562ec17c7c8ea (patch)
tree18ca622f78c0fd51ff0c8b85b3b02c4a4dc9fe57 /language/l2_parse.ml
parent5c31607a52606cd5671d7d65627ac37cc9f117c8 (diff)
Start adding form for (a,b,c) := foo()
Not working yet
Diffstat (limited to 'language/l2_parse.ml')
-rw-r--r--language/l2_parse.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/l2_parse.ml b/language/l2_parse.ml
index cf1da35a..8393207c 100644
--- a/language/l2_parse.ml
+++ b/language/l2_parse.ml
@@ -449,7 +449,7 @@ def = (* Top-level definition *)
type
-lexp_aux = (* lvalue expression *)
+lexp_aux = (* lvalue expression, can't occur out of the parser *)
LEXP_id of id (* identifier *)
| LEXP_mem of id * (exp) list
| LEXP_vector of lexp * exp (* vector element *)