diff options
| author | Kathy Gray | 2016-08-14 12:37:46 +0100 |
|---|---|---|
| committer | Kathy Gray | 2016-08-14 12:37:46 +0100 |
| commit | ac9aa3b73181cf6f8a0bbcf2c59562ec17c7c8ea (patch) | |
| tree | 18ca622f78c0fd51ff0c8b85b3b02c4a4dc9fe57 /language/l2_parse.ott | |
| parent | 5c31607a52606cd5671d7d65627ac37cc9f117c8 (diff) | |
Start adding form for (a,b,c) := foo()
Not working yet
Diffstat (limited to 'language/l2_parse.ott')
| -rw-r--r-- | language/l2_parse.ott | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/l2_parse.ott b/language/l2_parse.ott index f1e994f6..28803cb6 100644 --- a/language/l2_parse.ott +++ b/language/l2_parse.ott @@ -552,7 +552,7 @@ exp :: 'E_' ::= | ( exp ) :: S :: paren {{ ichlo [[exp]] }} -lexp :: 'LEXP_' ::= {{ com lvalue expression }} +lexp :: 'LEXP_' ::= {{ com lvalue expression, can't occur out of the parser }} {{ aux _ l }} % {{ aux _ annot }} {{ auxparam 'a }} | id :: :: id |
