Files
sdk/lib/compiler/implementation
floitsch@google.com ae83e25dec Revert "Allow closures inside lazy initializers."
This reverts commit 13459.

Review URL: https://codereview.chromium.org//11086045

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13464 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-10 11:10:52 +00:00
..
2012-10-09 07:49:48 +00:00
2012-10-09 18:58:08 +00:00
2012-10-08 14:24:06 +00:00
2012-10-09 07:49:48 +00:00
2012-10-08 14:24:06 +00:00
2012-10-03 09:00:45 +00:00
2012-10-04 08:51:43 +00:00
2012-10-09 07:49:48 +00:00
2012-10-03 09:00:45 +00:00
2012-10-04 08:51:43 +00:00
2012-10-08 13:38:10 +00:00

Dart2JS is the Dart-to-JavaScript compiler for Dart. This compiler
will provide high-quality translation from Dart to JavaScript.

Some areas that will explored in this project are:

   * high-performance extensible scanner and parser
   * concrete type inferencing
   * fancy language tool support
   * programming environment integration
   * SSA-based intermediate representation
   * adaptive compilation on the client