Files
sdk/pkg/compiler/lib/src
..
2014-12-02 09:28:26 +00:00
2014-11-21 13:42:56 +00:00
2014-11-25 13:52:58 +00:00
2014-12-02 09:28:26 +00:00
2014-11-07 09:34:56 +00:00
2014-11-21 09:46:01 +00:00
2014-11-21 13:42:56 +00:00
2014-11-18 10:09:10 +00:00
2014-12-02 09:28:26 +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