I updated the quasi strawman and quasi playground based on feedback from the last meeting.
Strawman http://wiki.ecmascript.org/doku.php?id=strawman:quasis Playground http://js-quasis-libraries-and-repl.googlecode.com/svn/trunk/index.html Changes: (1) No thunking of substitutions. Link to thunking proposal that could be used instead. (2) No currying in the desugaring. Link to currying proposal that could be used instead. (3) Added a link to a proposal for specifying the quasi tag as a MemberExpression that could be used instead of the current QuasiTag ::== Identifier (4) Made the QuasiTag optional and added semantics for no QuasiTag as suggested by Brendan. (5) Substitution body grammar defined in terms of PrimaryExpression. Linked to alternative definitions. (6) Reworked grammar to simplify how substitution boundaries are defined. (7) Fleshed out text L10N use case based on discussions with cira and markdavis _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

