Consider syntax of reserved-statement
some more
#547
Labels
Future
Deferred for future standardization
resolve-candidate
This issue appears to have been answered or resolved, and may be closed soon.
syntax
Issues related with syntax or ABNF
A few issues were raised by @gibson042 in #529 (review) that we ought to consider and address:
reserved-statement
as interchangeable with a.match
head rather than a full substitute for.match
with its variantsreserved-statement
to end with a list of expressions, precluding e.g..strict true
.strict true .local $var = {|val|}
, instead parsing that as a single reserved statement subsuming the.local
reserved-annotation
reserved-body
forreserved-statement
, precluding e.g..something opt1={$var} opt2={$var}
because of the intent to prohibit e.g. nested expressions in annotations like{@reserved {|…|}}
The text was updated successfully, but these errors were encountered: