Find a file
sigmund@google.com 015921812f frog: life is better with colors :)
Also adds 'Compilation succeded' message when running the code right after it is
compiled.

BUG = http://code.google.com/p/dart/issues/detail?id=708

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2153 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-06 23:42:27 +00:00
client Custom native class spec for Console. 2011-12-06 23:37:56 +00:00
compiler Prevent "complete" file from being cached across compilation sessions to save space 2011-12-06 16:16:13 +00:00
corelib/src Check that interface constructors and default class constructors are compatible. 2011-12-06 14:58:16 +00:00
runtime Add macros for specifying 64-bit integer literals. 2011-12-06 23:08:29 +00:00
tests frog bug 642: type variables can't be used in allocations. 2011-12-06 21:02:05 +00:00
tools Enable test script to specify different DRT binary 2011-12-06 21:39:34 +00:00
utils frog: life is better with colors :) 2011-12-06 23:42:27 +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.