Files
sdk/pkg/compiler/lib/src
..
2014-12-16 10:26:50 +00:00
2015-01-08 08:37:24 +00:00
2015-01-06 11:06:23 +00:00
2014-12-16 10:26:50 +00:00
2014-12-19 12:15:12 +00:00
2015-01-08 08:37:24 +00:00
2014-11-07 09:34:56 +00:00
2014-12-19 12:15:12 +00:00
2014-11-21 09:46:01 +00:00
2015-01-06 11:06:23 +00:00
2015-01-06 11:06:23 +00:00
2014-12-16 10:26:50 +00:00
2014-12-16 10:26:50 +00:00
2014-12-10 08:29:32 +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