Find a file
2012-06-13 14:49:26 +00:00
client Another attempt at fixing the Editor build. 2012-06-04 09:03:56 +00:00
compiler Report error if typedef references itself in type parameter bounds 2012-06-13 13:38:07 +00:00
corelib/src Allow optional callStack argument to Future.completeException(). 2012-06-12 19:44:56 +00:00
lib Don't canonicalize dart-URIs. 2012-06-13 14:41:24 +00:00
runtime - Remove trailing '\n' when getting the API error message. 2012-06-13 14:47:33 +00:00
tests Add test case for issue 3147. 2012-06-13 14:49:26 +00:00
tools Add API to configure debugger pause on exception 2012-06-12 21:56:50 +00:00
utils Issue 3528. Additional checks for 'case expressions' 2012-06-12 20:21:34 +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 Updates dart.gyp to put dart_analyzer input file in right stanza. 2012-06-13 12:58:16 +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.