Fluent Syntax Spec 0.2.0
Pre-release-
(9453242, 1d55148) Simplify Expressions
ASDL's
elem
andexpr
types were merged into a singleexpr
type.
Pattern
is now now part ofexpr
.KeyValueArgument
is no longer anExpression
and is now called
NamedArgument
.CallExpression's callee is now a new type:
fun`.EBNF's
variable
is now calledexternal
. -
(fbcdc07) Fix #10. Remove Section's body
The list of entries in
Resource.body
is now guaranteed to be flat. -
(7120a0d) Remove dot as a valid character in builtin names
-
(78ceed8) Fix #6. New syntax for attributes
Replace traits which used the
[key] value
syntax withattributes
:foo .attr = An attribute
-
(a183bef) Fix #5. Allow select-expression with an empty selector
-
(402cc2b) Fix #8. Forbid patterns as values of
name-arguments
. -
(a5811e1) Fix #2. Disallow multiple expressions in a placeable.
-
(104e11b) Use
:
between the name and the value of anamed-argument
. -
(ab27e60) Use W3C's EBNF