Files
sdk/pkg/compiler/lib/src
2015-01-20 20:17:35 +00:00
..
2014-12-16 10:26:50 +00:00
2015-01-15 11:59:35 +00:00
2014-11-07 09:34:56 +00:00
2014-11-21 09:46:01 +00:00
2015-01-14 18:53:39 +00:00
2015-01-14 14:16:10 +00:00
2014-12-16 10:26:50 +00:00
2015-01-14 14:16:10 +00:00
2014-12-19 12:15:12 +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