diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2022-05-12 09:24:23 +0200 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-05-12 09:24:23 +0200 |
commit | ee6c272416c2f9c76318f3a396c83aa69689c773 (patch) | |
tree | ca2aa63562528be7029e3074a68c57177c851ce1 /doc | |
parent | 2c8697696dc32314f9a2f75c788719b74bcac5ee (diff) | |
download | roux-ee6c272416c2f9c76318f3a396c83aa69689c773.tar.gz |
tighten function definition spec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/il.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/il.txt b/doc/il.txt index 25fa36b..288c6ca 100644 --- a/doc/il.txt +++ b/doc/il.txt @@ -372,8 +372,8 @@ Here are various examples of data definitions. FUNCDEF := LINKAGE* 'function' [ABITY] $IDENT '(' (PARAM), ')' [NL] - '{' - [NL] BLOCK+ + '{' NL + BLOCK+ '}' PARAM := |