No description
Find a file
2014-05-05 11:07:16 +00:00
client Add version-checker support to the main annotated steps script 2014-05-05 11:07:16 +00:00
docs/language Clarify that dart system libs have lower priority regardless how imported. 2014-03-25 18:15:48 +00:00
pkg New analyzer snapshot. 2014-05-02 20:06:26 +00:00
runtime Unify error messages for iterables and lists. 2014-05-05 09:26:56 +00:00
sdk dart2dart: Translate backend AST to frontend AST. 2014-05-05 10:13:40 +00:00
site/try Tokenize one line at a time. 2014-05-02 12:08:38 +00:00
tests dart2dart: Translate backend AST to frontend AST. 2014-05-05 10:13:40 +00:00
tools Add annotated steps script for validating that the version on dev and stable is always increasing when we do new builds. 2014-05-05 09:43:27 +00:00
utils Replace Java based analyzer with Dart based analyzer when building SDK 2014-04-30 23:09:14 +00:00
.gitignore Added TodoMVC startup benchmarks. 2014-03-31 17:09:00 +00:00
AUTHORS samples/pop_pop_win: now based on StageXL 2014-04-21 22:57:06 +00:00
codereview.settings
create_sdk.gyp Replace Java based analyzer with Dart based analyzer when building SDK 2014-04-30 23:09:14 +00:00
dart.gyp fix build java based dart analyzer 2014-05-01 22:12:34 +00:00
LICENSE Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PATENTS Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PRESUBMIT.py
README
README.dart-sdk
WATCHLISTS Update WATCHLISTS for Observatory 2014-03-12 23:09:53 +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 http://dartlang.org or
http://code.google.com/p/dart.

Here's a brief guide to what's in here:

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.