9505e957e1
Bug: #26835 #28330 Change-Id: I2ea5d3022901a67b10fdb7ca0a6233a22ca233bf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/417328 Commit-Queue: Stephen Adams <sra@google.com> Reviewed-by: Mayank Patke <fishythefish@google.com>
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