Find a file
2012-06-18 13:56:21 +00:00
client Another attempt at fixing the Editor build. 2012-06-04 09:03:56 +00:00
compiler Issue 2339. Fix for parsing function expression inside of new expression inside of initializer 2012-06-16 14:26:56 +00:00
corelib/src Reapply "Refactor Date implementation in VM." 2012-06-14 13:05:22 +00:00
lib Remove string + uses from dart:html. 2012-06-18 13:21:48 +00:00
runtime Test infrastructure: Change the intentionally crashing process_test.cc, to try and avoid timeout of this process. 2012-06-18 13:56:21 +00:00
tests The svgelement test passes now. Remove from status file. 2012-06-18 13:34:02 +00:00
tools Test infrastructure: Remove "race condition" bug from restarting batch process runners. 2012-06-18 13:36:10 +00:00
utils Reapply "Add dart:web to dart2js and editor, containing only htmlEscape." 2012-06-18 13:12:44 +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 Add missing dependency to sdk-build. 2012-06-18 11:59:03 +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.