Files
sdk/lib/compiler/implementation
..
2012-08-23 17:34:54 +00:00
2012-08-22 09:30:23 +00:00
2012-08-22 16:15:15 +00:00
2012-08-23 11:23:09 +00:00
2012-08-20 13:26:38 +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