Files
sdk/pkg/compiler/lib/src
Johnni Winther 1973b42b00 Lesser direct Compiler use in SSA
This is a step towards using data object rather than Compiler and
JavaScriptBackend in codegen. This is needed to support a shift in
element models between resolution and codegen.

R=efortuna@google.com

Review-Url: https://codereview.chromium.org/2811593006 .
2017-04-12 11:33:11 +02:00
..
2017-04-11 10:33:46 +02:00
2017-04-11 15:08:44 -07:00
2017-02-20 11:36:15 +01:00
2017-04-11 10:19:14 +02:00
2017-04-12 11:33:11 +02:00
2016-04-07 10:00:53 -07:00
2017-03-15 14:46:02 +01:00
2017-03-16 10:12:21 +01:00
2017-03-14 16:54:18 +01:00
2017-02-20 10:34:15 +01:00
2016-04-07 10:00:53 -07:00
2017-02-20 10:34:15 +01: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