blob: 9b18a3fe3195ee38e9ee432e3eec83db594918c7 [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:0911compiler/ Dart static analyzer.
12editor/ Eclipse-based standalone Dart IDE.
13lib/ Libraries that ship with the Dart runtime (core, html, etc.).
14pkg/ Packages that are not shipped with the core runtime.
15runtime/ Dart VM and code for running it as a standalone app.
16samples/ Sample Dart programs.
17tests/ Automated tests.
18third_party/ External dependencies.
19tools/ Build scripts, text editor support files, etc.
20utils/ Utilities for Dart applications.