No description
Find a file
2012-11-22 00:14:08 +00:00
client Phase out local storage usage in PortSync code 2012-11-20 15:00:17 +00:00
compiler Issue 6283. Support type literals as expressions. 2012-11-20 18:59:53 +00:00
pkg Remove NullPointerException. 2012-11-20 09:21:52 +00:00
runtime Ambiguous type references require a compile time error in some special cases 2012-11-22 00:14:08 +00:00
sdk Make exceptions propagate through multiple Future branches. 2012-11-21 22:36:04 +00:00
tests Ambiguous type references require a compile time error in some special cases 2012-11-22 00:14:08 +00:00
tools Allow force revert for git users as well. 2012-11-20 18:58:42 +00:00
utils Avoid passing absolute path to 7zip. 2012-11-21 00:15:33 +00:00
.gitignore
codereview.settings
dart.gyp Allow tests to specify a package root. 2012-11-19 11:35:57 +00:00
PRESUBMIT.py
README
README.dart-sdk

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/      Dart static analyzer.
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.