dart-sdk/compiler
2013-01-09 22:06:14 +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 Add support for mixins to code completion. 2013-01-09 22:06:14 +00:00
javatests/com/google/dart Initial support for mixins in dartc. 2013-01-09 17:13:02 +00:00
scripts Fix one more spaces in path problem with dart_analyzer. 2012-12-17 17:40:59 +00:00
tests/dartc Remove references to 'frog' 2012-08-22 15:34:17 +00:00
.gitignore Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples. 2012-11-27 14:07:53 +00:00
api.dart Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. 2012-11-13 10:41:37 +00:00
build.xml Ensure dart_analyzer is built to run on a 1.6+ VM. 2012-12-14 02:06:32 +00:00
dart-compiler.gyp Fixed dartc test/build setup, so test can run on Windows. Might be related to dart:2623 2012-08-31 04:19:09 +00:00
dart_analyzer.mf Renamed the 'dartc' launch script to 'dart_analyzer' and adds it to dart-sdk 2012-06-07 12:39:38 +00:00
dart_analyzer.xml Fix a spaces-in-path problem with the dart_analyzer.bat script. 2012-12-14 19:31:28 +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.