blob: 1789fbe67ed29863bdd2aa287caeb6f9dd055465 [file] [log] [blame]
rnystrom@google.com4b237512011-10-12 17:13:181This is the repository of the Dart programming language and its associated
2tools, libraries, and samples.
3
4For license information, please see LICENSE.
5
erikcorry@google.com66d42592013-03-13 08:32:296You can find more about Dart online at http://dartlang.org or
7http://code.google.com/p/dart.
rnystrom@google.com4b237512011-10-12 17:13:188
9Here's a brief guide to what's in here:
10
dgrove@google.com470ac9f2012-09-27 17:23:0911editor/ Eclipse-based standalone Dart IDE.
12lib/ Libraries that ship with the Dart runtime (core, html, etc.).
13pkg/ Packages that are not shipped with the core runtime.
14runtime/ Dart VM and code for running it as a standalone app.
15samples/ Sample Dart programs.
16tests/ Automated tests.
17third_party/ External dependencies.
18tools/ Build scripts, text editor support files, etc.
19utils/ Utilities for Dart applications.