Find a file
2011-12-08 02:22:55 +00:00
client Thoroughly document html_diff and html_doc. 2011-12-07 23:13:23 +00:00
compiler Report error on parsing URI cleanly (don't throw exception) 2011-12-07 21:36:05 +00:00
corelib/src Check that interface constructors and default class constructors are compatible. 2011-12-06 14:58:16 +00:00
runtime Fix for intrinsified Math.sqrt method, added test. 2011-12-08 00:47:52 +00:00
tests frog: detect when getter/setter has incorrect number of arguments. 2011-12-08 02:17:54 +00:00
tools Use dart-dump-render-tree to hold SDK's for the moment. 2011-12-07 20:46:02 +00:00
utils Fix displaying generic types. 2011-12-08 02:22:55 +00:00
.gitignore Don't ignore /frog/ in .gitignore anymore 2011-11-03 15:39:13 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Create the SDK in a temporary directory and copy it as a final step. 2011-12-06 19:38:54 +00:00
README Readme! 2011-10-12 17:13:18 +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:

client/        client-side libraries and samples (i.e. in a browser)
compiler/      the dartc Dart -> JavaScript compiler
corelib/       core libraries (collections, built-ins, math...)
editor/        the Eclipse-based standalone Dart IDE
language/      language specification
runtime/       the Dart VM and code for running it as a standalone app
samples/       sample Dart programs (note: more under client/samples)
tests/         automated tests
third_party/   external dependencies
tools/         build scripts, text editor support files, etc.