Find a file
2012-10-05 19:19:16 +00:00
client Fix SendPortSync dispatch for FF 2012-09-25 17:33:34 +00:00
compiler Fix for cascade sections SourceInfo 2012-10-04 22:29:29 +00:00
lib Convert between Dart and JavaScript SerializedScriptValues on postMessage. 2012-10-05 19:19:16 +00:00
pkg If no pattern is specified for date formatting, use a default 2012-10-05 18:26:15 +00:00
runtime Faster 64-bit right-shift for the ia32 compiler. 2012-10-05 14:42:00 +00:00
tests Convert between Dart and JavaScript SerializedScriptValues on postMessage. 2012-10-05 19:19:16 +00:00
tools Strip the dart binary in the SDK on non-Windows platforms. 2012-10-05 15:33:02 +00:00
utils Pass in DART_SDK from batch file on Windows. 2012-10-04 23:29:59 +00:00
.gitignore Update .gitignore files to svn:ignore from r12476. 2012-09-18 15:53:48 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Copy README.dart-sdk to dart-sdk/README . 2012-09-27 18:07:02 +00:00
PRESUBMIT.py Add gcl presubmit script to the dart src tree. 2012-08-30 06:11:22 +00:00
README Clean up repo README, add SDK README 2012-09-27 17:23:09 +00:00
README.dart-sdk Clean up repo README, add SDK README 2012-09-27 17:23:09 +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/      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.