Files
sdk/pkg/compiler/lib/src
..
2015-03-03 14:23:30 +00:00
2015-02-26 01:13:50 +00:00
2015-02-20 10:54:48 +00:00
2015-03-03 09:23:10 +00:00
2014-11-21 09:46:01 +00:00
2015-02-05 11:38:40 +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