Find a file
2012-06-05 16:37:38 +00:00
client Another attempt at fixing the Editor build. 2012-06-04 09:03:56 +00:00
compiler Issue 3266. Produce a warning when trying to call an inaccessible method 2012-06-05 16:11:51 +00:00
corelib/src Remove the partially completed code for remote IsolateMirrors and 2012-05-30 17:07:19 +00:00
lib Fix NodeSelector interface. 2012-06-05 14:24:59 +00:00
runtime Move inlined type checking code to new compiler ia32. Sharing more and more code between ia32/x64 (ongoing process), refactored x64 code slightly. 2012-06-05 16:37:38 +00:00
tests Issue 3268. Support for replacing 'assert' statement with 'assert' function 2012-06-05 16:08:09 +00:00
tools Fix handling of long JSON messages 2012-06-04 22:27:50 +00:00
utils Fix apidoc after r8231. 2012-06-04 06:57:16 +00:00
.gitignore Update gitignore to remove old WebCore entry 2012-04-06 17:09:05 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Remove dependence on samples from runtime checkout, mistakenly added by r7412 2012-05-09 15:21:29 +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.