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

Unified Diff: lib/compiler/implementation/README.txt

Issue 10832436: Remove most references to frog from lib/compiler . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/compiler/implementation/lib/interceptors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/README.txt
===================================================================
--- lib/compiler/implementation/README.txt (revision 11103)
+++ lib/compiler/implementation/README.txt (working copy)
@@ -1,25 +1,12 @@
-Leg is an experimental add-on to the Frog compiler that aims to
-explore areas of long-term interest:
+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
- * ...
-Some of the things listed above are very experimental of nature and
-may prove themselves infeasible or unnecesary, so we want to work on
-them in a way that guarantees we will not disrupt the work being done
-to make Frog a fantastic compiler for Dart in its default setup.
-
-To keep things simple and allow quick experimentation, Leg will only
-support a subset of Dart and fall back on using the default Frog
-compiler for the remaining parts of the language. We expect Leg to be
-a complete and correct implementation of the supported subset
-throughout the implementation and experimentation so you should always
-be able to try Leg on any Dart project.
-
-The plan is to share code between the default Frog compiler and Leg
-where it makes sense and to learn from both code bases along the way.
« no previous file with comments | « no previous file | lib/compiler/implementation/lib/interceptors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698