Files
sdk/lib/compiler/implementation
2012-10-04 12:40:29 +00:00
..
2012-10-04 08:51:43 +00:00
2012-10-04 08:51:43 +00:00
2012-10-02 14:48:50 +00:00
2012-10-04 08:51:43 +00:00
2012-10-04 11:07:56 +00:00
2012-10-04 08:39:47 +00:00
2012-10-04 12:40:29 +00:00
2012-10-03 08:48:31 +00:00
2012-10-01 08:57:48 +00:00
2012-10-03 09:00:45 +00:00
2012-10-04 08:51:43 +00:00
2012-10-04 08:51:43 +00:00
2012-10-03 09:00:45 +00:00
2012-10-03 09:00:45 +00:00
2012-10-04 08:39:47 +00:00
2012-10-04 08:51:43 +00:00
2012-10-04 08:51:43 +00:00
2012-10-01 08:57:48 +00:00
2012-10-03 09:00:45 +00:00
2012-10-04 10:07:14 +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