Files
sdk/pkg/compiler/lib/src
Mayank Patke 88eb64d222 [dart2js] Use enumset API for typemask bits.
Change-Id: I8f513d92d05290dceb53edc5f99a6d84a11a5571
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/399121
Reviewed-by: Nate Biggs <natebiggs@google.com>
Commit-Queue: Mayank Patke <fishythefish@google.com>
2024-12-10 00:39:52 +00:00
..
2023-04-07 21:54:44 +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