dart-sdk/compiler
2013-04-03 16:08:48 +00:00
..
eclipse.workspace Remove r09 of guava; make sure all the dartc files are updated to use r13. 2013-02-25 18:26:34 +00:00
java/com/google/dart/compiler Update references from scalarlist ==> typedata. 2013-03-29 19:03:05 +00:00
javatests/com/google/dart Deprecate Collection class. 2013-04-03 16:08:48 +00:00
scripts Fix one more spaces in path problem with dart_analyzer. 2012-12-17 17:40:59 +00:00
tests/dartc Remove legacy syntax support for library import 2013-03-25 18:11:08 +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 Remove legacy syntax support for library import 2013-03-25 18:11:08 +00:00
build.xml Remove r09 of guava; make sure all the dartc files are updated to use r13. 2013-02-25 18:26:34 +00:00
dart-compiler.gyp Remove r09 of guava; make sure all the dartc files are updated to use r13. 2013-02-25 18:26:34 +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 Remove r09 of guava; make sure all the dartc files are updated to use r13. 2013-02-25 18:26:34 +00:00
dartium.gyp Use the lowest MacOS SDK available on a system 2013-03-15 08:39:31 +00:00
generate_source_list.py
generate_systemlibrary_list.py
README

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.