dart-sdk/compiler
codefu@google.com 4d71168414 Don't throw assertion when dart:lib cannot be found.
Missing LibrarySource gets reported as such.

R=jwren@google.com
BUG=
TEST=

Review URL: http://codereview.chromium.org//8404004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@784 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-26 21:13:51 +00:00
..
eclipse.workspace Two, not three, projects. 2011-10-13 09:19:52 +00:00
java/com/google/dart Don't throw assertion when dart:lib cannot be found. 2011-10-26 21:13:51 +00:00
javatests/com/google/dart Tweaks to overriden method checks to match the spec. 2011-10-24 23:45:52 +00:00
lib By pass object boxing for all js primitives. 2011-10-18 16:18:12 +00:00
scripts Cleanup the build for perf script 2011-10-20 14:22:41 +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 Handle paths with raw strings 2011-10-25 19:26:02 +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.