No description
Find a file
2012-07-13 23:23:45 +00:00
client Support references in serialization. 2012-07-13 15:44:38 +00:00
compiler Cache model elements for compiler elements. 2012-07-13 16:18:53 +00:00
corelib Revert "Allow patch files to add top-level declarations to the patched library." 2012-07-13 13:59:54 +00:00
lib Replaced simpleValue with more general reflectee. hasSimpleValue is retained internally for the sake of safe printing: mirrors should not assume their reflectees toString will return quickly and without error. 2012-07-13 16:56:13 +00:00
runtime Ensure objects emitted in code are allocated in old space. 2012-07-13 23:23:45 +00:00
tests Transform (x && y) && z into x && (y && z). 2012-07-13 11:44:12 +00:00
tools Frog removed from dartdoc. 2012-07-12 11:12:53 +00:00
utils Use environment variables to find the Dart SDK and the Pub cache directory. 2012-07-12 21:44:17 +00:00
.gitignore Update .gitignore for Windows 2012-06-21 10:48:55 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Revert "Enables building dart_analyzer on windows and packaging it in the SDK" 2012-06-20 19:26:27 +00:00
README Reapply r8017. 2012-05-25 22:58:10 +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 dartlang.org or code.google.com/p/dart.

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

compiler/      dartc static analyzer
corelib/       core libraries (collections, built-ins...)
editor/        the Eclipse-based standalone Dart IDE
language/      language specification
lib/           libraries (dart2js compiler, html, isolate, json, math, ...)
runtime/       the 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.