Find a file
2012-08-29 16:23:45 +00:00
client Cache function proxies. This ensures that we forward invocations to the original send port. 2012-08-27 20:21:37 +00:00
compiler add a class to read and parse libraries.dart file 2012-08-29 16:17:52 +00:00
corelib/src Expose remaining 'errors' in an unified dart:core. 2012-08-29 11:57:37 +00:00
lib Updated VM and JS versions of Date to allow underflow and overflow. 2012-08-29 15:09:14 +00:00
pkg Remove library_map.dart. 2012-08-29 12:57:32 +00:00
runtime Updated VM and JS versions of Date to allow underflow and overflow. 2012-08-29 15:09:14 +00:00
tests Fix date test. 2012-08-29 16:23:45 +00:00
tools Use new try-catch syntax in runtime/, tools/, and utils/. 2012-08-29 11:58:58 +00:00
utils Remove library_map.dart. 2012-08-29 12:57:32 +00:00
.gitignore Add third_party/android_tools to .gitignore 2012-08-16 16:59:01 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Add samples gyp target to Dart project, that builds samples/sample_extension. 2012-08-22 11:10:07 +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.