Hi,

 In spec.:

WithStatement(w) ::= with TypedExpression Substatement(w)

but in parser.sml, it is:

 WithStatement(w)
   with  ( ListExpression(allowIn)) Substatement(w)
   with  ( ListExpression(allowIn) : TypeExpression) Substatement(w)

Which one is suppose to be right?

BTW, is there has CVS or SVN server for the RI source code?

Regards

Eric
------------------------------------------------
Spket IDE - Development Tool for RIA.

http://www.spket.com
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to