Files
sdk/pkg/compiler/lib/src
Aske Simon Christensen 41ad840e48 [dart2js] Fix constant folding of overflowing truncating divide
Change-Id: I2f18ba780166ca1177999ebd856230d36bbf4d15
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/116980
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Mayank Patke <fishythefish@google.com>
2019-09-16 13:10:59 +00:00
..
2018-11-29 04:28:02 +00:00
2019-09-05 07:46:10 +00:00
2019-09-13 07:38:25 +00:00
2019-07-10 14:08:33 +00:00
2019-06-13 10:09:46 +00:00
2019-06-13 10:09:46 +00:00
2019-07-10 14:08:33 +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