dart-sdk/compiler
2011-10-07 19:54:03 +00:00
..
eclipse.workspace Include variable setting for Mac 2011-10-06 12:29:12 +00:00
java/com/google/dart Remove my email 2011-10-07 19:54:03 +00:00
javatests/com/google/dart Revert "Changed error messages to report the URI of the offending file, rather than its "name"." 2011-10-07 17:23:04 +00:00
lib Add Dart RTT info to the Function prototype 2011-10-07 19:32:49 +00:00
scripts Fixed args passed to metrics scripts 2011-10-07 19:06:02 +00:00
tests/dartc Remove directory because it clashes with the existing runtime/tests/dart. 2011-10-06 08:38:43 +00:00
api.dart Initial checkin. 2011-10-05 05:00:35 +00:00
build.xml Initial checkin. 2011-10-05 05:00:35 +00:00
dart-compiler.gyp Make the system libraries less brittle to recompile 2011-10-06 20:21:04 +00:00
dartc.mf Initial checkin. 2011-10-05 05:00:35 +00:00
dartc.xml Make the system libraries less brittle to recompile 2011-10-06 20:21:04 +00:00
dartium.gyp Initial checkin. 2011-10-05 05:00:35 +00:00
generate_source_list.py Initial checkin. 2011-10-05 05:00:35 +00:00
generate_systemlibrary_list.py Make the system libraries less brittle to recompile 2011-10-06 20:21:04 +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.