Files
sdk/pkg/compiler/lib/src
Johnni Winther 5fc6698b8a Handle parameters in inferrer.
Change-Id: Icec402d7f226e3a39fd64671b86623d7d9d35ffe
Reviewed-on: https://dart-review.googlesource.com/5800
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2017-09-15 07:53:25 +00:00
..
2017-08-10 10:30:32 +02:00
2017-06-24 13:41:39 +02:00
2017-09-15 07:53:25 +00:00
2017-08-04 14:52:58 +02:00
2017-09-06 08:09:21 +00:00
2017-07-14 12:10:31 -07:00
2017-09-07 08:28:20 +00:00
2017-06-19 14:06:38 +02:00
2017-06-06 08:41:25 -07:00
2017-03-14 16:54:18 +01: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