dart-sdk/compiler
zundel@google.com f209ea4140 Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk
Some now unused scripts and files were also removed.

Review URL: https://chromiumcodereview.appspot.com//9950019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6629 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-17 12:59:39 +00:00
..
eclipse.workspace dartc Eclipse projects no longer need these two source dirs. 2012-04-01 18:34:51 +00:00
java/com/google/dart/compiler Remove warning for using a factory constructor on an abstract class. 2012-04-17 09:30:21 +00:00
javatests/com/google/dart Remove warning for using a factory constructor on an abstract class. 2012-04-17 09:30:21 +00:00
scripts Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk 2012-04-17 12:59:39 +00:00
tests/dartc Rename test.dart component to specify compiler + runtime. 2012-03-27 18:40:41 +00:00
api.dart isolates refactor: this change introduces 'dart:isolate' as a library. This is a 2012-02-27 22:50:44 +00:00
build.xml Attempt to fix build #2 2012-03-30 17:14:02 +00:00
dart-compiler.gyp Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk 2012-04-17 12:59:39 +00:00
dart_analyzer.mf Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk 2012-04-17 12:59:39 +00:00
dart_analyzer.xml Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk 2012-04-17 12:59:39 +00:00
dartium.gyp Remove dartc optimizing backend. 2012-02-08 10:22:07 +00:00
generate_source_list.py Fix paths in build process so we can build dartc (and then frog) on Windows. 2011-12-16 19:36:40 +00:00
generate_systemlibrary_list.py Import with keyword for 2.5 python as well as backport os.path.relpath() from python unittest2 2011-10-25 18:45:22 +00:00
README Initial checkin. 2011-10-05 05:00:35 +00:00

This directory is a placeholder for the eventual Dart compiler.
The Dart compiler consists of among others a Dart front-end, a Dart->JS backend, a Dart->Dart backend, tree-shaking tools, minification tools.