Find a file
rnystrom@google.com cafe727361 Create separate HTML pages for each type.
This also writes everything to an index.html inside an appropriate
directory. This keeps the URLs nice and pretty like: core_lib/String.
The downside is that you'll need to run a little local web server
to get them to be served up right instead of just opening them as
files in your browser.

Review URL: http://codereview.chromium.org//8758010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2031 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-02 19:41:08 +00:00
client Many operations are specified as [Custom] with no argument list. 2011-12-02 05:48:44 +00:00
compiler Add support for ignoring a string after the native keyword in a method, needed for compatability with frog 2011-12-02 18:55:49 +00:00
corelib/src rpc example for directory file listing 2011-11-30 23:24:20 +00:00
runtime Fix performance of readLine 2011-12-02 14:38:46 +00:00
tests Start resolving classes and default constructors. 2011-12-02 15:43:10 +00:00
tools Add color indication to progress. 2011-12-02 15:22:48 +00:00
utils Create separate HTML pages for each type. 2011-12-02 19:41:08 +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 - Remove uses of the dart_bin binary. 2011-11-21 23:50:35 +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.