Files
sdk/lib/compiler/implementation
lrn@google.com 181dc5d3b4 Add apply method signature to Function class.
This does not include an implementation for any backend. The
current implementation throws a NotImplementedException when
called.

BUG=5419

Review URL: https://codereview.chromium.org//11027059

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13292 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-05 12:57:51 +00:00
..
2012-10-05 11:16:13 +00:00
2012-10-02 14:48:50 +00:00
2012-10-04 08:51:43 +00:00
2012-10-05 11:16:13 +00:00
2012-10-01 08:57:48 +00:00
2012-10-03 09:00:45 +00:00
2012-10-04 08:51:43 +00:00
2012-10-03 09:00:45 +00:00
2012-10-03 09:00:45 +00:00
2012-10-04 08:51:43 +00:00
2012-10-01 08:57:48 +00:00
2012-10-03 09:00:45 +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