rnystrom@google.com | 4b23751 | 2011-10-12 17:13:18 | [diff] [blame] | 1 | This is the repository of the Dart programming language and its associated |
| 2 | tools, libraries, and samples. |
| 3 | |
| 4 | For license information, please see LICENSE. |
| 5 | |
| 6 | You can find more about Dart online at dartlang.org or code.google.com/p/dart. |
| 7 | |
| 8 | Here's a brief guide to what's in here: |
| 9 | |
dgrove@google.com | 470ac9f | 2012-09-27 17:23:09 | [diff] [blame] | 10 | compiler/ Dart static analyzer. |
| 11 | editor/ Eclipse-based standalone Dart IDE. |
| 12 | lib/ Libraries that ship with the Dart runtime (core, html, etc.). |
| 13 | pkg/ Packages that are not shipped with the core runtime. |
| 14 | runtime/ Dart VM and code for running it as a standalone app. |
| 15 | samples/ Sample Dart programs. |
| 16 | tests/ Automated tests. |
| 17 | third_party/ External dependencies. |
| 18 | tools/ Build scripts, text editor support files, etc. |
| 19 | utils/ Utilities for Dart applications. |