Files
sdk/pkg/compiler/lib/src
Stephen Adams ff433daa03 Access more code via hunkHelpers
Change-Id: I0c43ea0903ee05b3c130e38f73bba9ce30b3506b
Reviewed-on: https://dart-review.googlesource.com/c/83540
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
2018-11-07 22:02:31 +00:00
..
2018-06-22 20:25:05 +00:00
2018-11-05 10:40:58 +00:00
2018-11-05 21:43:01 +00:00
2018-06-23 00:50:15 +00:00
2018-09-24 07:22:28 +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