Find a file
2012-06-06 14:47:17 +00:00
client Another attempt at fixing the Editor build. 2012-06-04 09:03:56 +00:00
compiler Issue 3221. Use upper bound type of then/else expressions for conditional 2012-06-06 03:41:22 +00:00
corelib/src Adds a callback to Future that is invoked upon completion, whether success or failure. 2012-06-05 18:41:13 +00:00
lib Fix checked mode. 2012-06-06 13:48:22 +00:00
runtime - Add an isolate field to visitors. 2012-06-06 14:47:17 +00:00
tests Mark benchmark smoke test as failing on IE. 2012-06-06 14:22:19 +00:00
tools Eliminate standalone timeout_test, pass_test, and fail_test. 2012-06-06 09:18:37 +00:00
utils Fix apidoc after r8231. 2012-06-04 06:57:16 +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 Remove dependence on samples from runtime checkout, mistakenly added by r7412 2012-05-09 15:21:29 +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.