Files
sdk/pkg/compiler/lib/src
Johnni Winther 8c7d90cd46 [cfe] Push Identifier instead of String (+offset)
Change-Id: I65cc1193b85221d0584b75a3fa90982744f90b86
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/327500
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
2023-09-27 10:19:24 +00:00
..
2023-04-07 21:54:44 +00:00
2022-09-16 19:35:00 +00:00
2022-04-15 22:30:34 +00:00
2022-04-23 03:13:59 +00:00
2022-11-21 20:07:29 +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