blob: 3619ce65586d3f75eff0572d3b5ed714cae34947 [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
6You can find more about Dart online at dartlang.org or code.google.com/p/dart.
7
8Here's a brief guide to what's in here:
9
dgrove@google.com470ac9f2012-09-27 17:23:0910compiler/ Dart static analyzer.
11editor/ 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.