Find a file
2013-08-15 22:20:05 +00:00
client First CL for removing our dependency on the checked-in binary for building 2013-08-06 10:52:57 +00:00
pkg Build shadow_dom package in dart/pkg 2013-08-15 22:20:05 +00:00
runtime Improve DartDocs for dart:core classes that may not be extended or implemented. 2013-08-15 20:53:22 +00:00
sdk add one-line doc for web gl 2013-08-15 22:07:28 +00:00
tests Additional code to https://codereview.chromium.org/15026006 2013-08-15 21:18:07 +00:00
tools add one-line doc for web gl 2013-08-15 22:07:28 +00:00
utils starting to work on unit test config interface 2013-08-15 20:48:32 +00:00
.gitignore Build shadow_dom package in dart/pkg 2013-08-15 22:20:05 +00:00
codereview.settings
dart.gyp Removed compiler/ directory from repository 2013-08-02 08:31:15 +00:00
PRESUBMIT.py
README Removed compiler/ directory from repository 2013-08-02 08:31:15 +00:00
README.dart-sdk Removed compiler/ directory from repository 2013-08-02 08:31:15 +00:00
WATCHLISTS Add WATCHLISTS file. 2013-08-15 09:25:23 +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 http://dartlang.org or
http://code.google.com/p/dart.

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

editor/        Eclipse-based standalone Dart IDE.
lib/           Libraries that ship with the Dart runtime (core, html, etc.).
pkg/           Packages that are not shipped with the core runtime.
runtime/       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.
utils/         Utilities for Dart applications.