No description
Find a file
2012-06-11 20:51:12 +00:00
client Another attempt at fixing the Editor build. 2012-06-04 09:03:56 +00:00
compiler Fix for NPE when unresolved constructor used 2012-06-11 16:08:57 +00:00
corelib/src Revert changes to Future.chain() and Future.transform() from http://codereview.chromium.org/10517006 2012-06-11 16:07:27 +00:00
lib Modify apidoc to prefer handwritten HTML5 docs over those in MDN or generated code. 2012-06-11 20:51:12 +00:00
runtime Fix x64 breakage. 2012-06-11 17:17:35 +00:00
tests co19+futures: fix status for changes in Future 2012-06-11 16:52:04 +00:00
tools Revert "Experiment: Enable building dart_analyzer on linux builders and adding to SDK" 2012-06-11 18:19:15 +00:00
utils Modify apidoc to prefer handwritten HTML5 docs over those in MDN or generated code. 2012-06-11 20:51:12 +00:00
.gitignore Update gitignore to remove old WebCore entry 2012-04-06 17:09:05 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Revert "Experiment: Enable building dart_analyzer on linux builders and adding to SDK" 2012-06-11 18:19:15 +00:00
README Reapply r8017. 2012-05-25 22:58:10 +00:00

This is the repository of the Dart programming language and its associated
tools, libraries, and samples.

For license information, please see LICENSE.

You can find more about Dart online at dartlang.org or code.google.com/p/dart.

Here's a brief guide to what's in here:

compiler/      dartc static analyzer
corelib/       core libraries (collections, built-ins...)
editor/        the Eclipse-based standalone Dart IDE
language/      language specification
lib/           libraries (dart2js compiler, html, isolate, json, math, ...)
runtime/       the Dart VM and code for running it as a standalone app
samples/       sample Dart programs 
tests/         automated tests
third_party/   external dependencies
tools/         build scripts, text editor support files, etc.