Files
sdk/pkg/compiler/lib/src
Johnni Winther b911f78ee2 Use AbstractValue/AbstractValueDomain in function_set.dart
Change-Id: I8c2e80d7d6722254eec2c8753c2f37a495a9026a
Reviewed-on: https://dart-review.googlesource.com/55899
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2018-05-18 22:12:48 +00:00
..
2018-05-16 09:54:18 +00:00
2018-05-15 08:37:29 +00:00
2018-05-18 19:33:48 +00:00
2018-05-18 19:33:48 +00:00
2018-05-18 19:33:48 +00:00
2018-05-15 08:37:29 +00:00
2018-05-16 09:54:18 +00:00
2018-05-17 08:40:03 +00:00
2018-05-15 08:37:29 +00:00
2018-05-18 19:33:48 +00:00
2017-06-06 08:41:25 -07:00
2018-05-18 19:33:48 +00:00
2018-02-22 22:21:41 +00:00
2018-05-16 09:54:18 +00:00
2018-05-09 10:13:32 +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