Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Side by Side Diff: pkg/compiler/lib/src/README.txt

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/compiler/lib/compiler.dart ('k') | pkg/compiler/lib/src/apiimpl.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Dart2JS is the Dart-to-JavaScript compiler for Dart. This compiler 1 Dart2JS is the Dart-to-JavaScript compiler for Dart. This compiler
2 will provide high-quality translation from Dart to JavaScript. 2 will provide high-quality translation from Dart to JavaScript.
3 3
4 Some areas that will explored in this project are: 4 Some areas that will explored in this project are:
5 5
6 * high-performance extensible scanner and parser 6 * high-performance extensible scanner and parser
7 * concrete type inferencing 7 * concrete type inferencing
8 * fancy language tool support 8 * fancy language tool support
9 * programming environment integration 9 * programming environment integration
10 * SSA-based intermediate representation 10 * SSA-based intermediate representation
11 * adaptive compilation on the client 11 * adaptive compilation on the client
12 12
OLDNEW
« no previous file with comments | « pkg/compiler/lib/compiler.dart ('k') | pkg/compiler/lib/src/apiimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698