dart-sdk/compiler
2013-01-22 22:39:32 +00:00
..
eclipse.workspace
java/com/google/dart/compiler Issue 8006. Allow abstract modifier for typedef mixin applications. 2013-01-22 22:39:32 +00:00
javatests/com/google/dart Issue 8006. Allow abstract modifier for typedef mixin applications. 2013-01-22 22:39:32 +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 Rev the version of apache ant in third_party to 1.8.4. This will fix an issue with 2013-01-17 17:56: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 Rev the version of apache ant in third_party to 1.8.4. This will fix an issue with 2013-01-17 17:56:34 +00:00
dartium.gyp Rev the version of apache ant in third_party to 1.8.4. This will fix an issue with 2013-01-17 17:56:34 +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.