Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Side by Side Diff: README

Issue 10442045: Reapply r8017. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | client/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is the repository of the Dart programming language and its associated 1 This is the repository of the Dart programming language and its associated
2 tools, libraries, and samples. 2 tools, libraries, and samples.
3 3
4 For license information, please see LICENSE. 4 For license information, please see LICENSE.
5 5
6 You can find more about Dart online at dartlang.org or code.google.com/p/dart. 6 You can find more about Dart online at dartlang.org or code.google.com/p/dart.
7 7
8 Here's a brief guide to what's in here: 8 Here's a brief guide to what's in here:
9 9
10 client/ client-side libraries and samples (i.e. in a browser) 10 compiler/ dartc static analyzer
11 compiler/ the dartc Dart -> JavaScript compiler 11 corelib/ core libraries (collections, built-ins...)
12 corelib/ core libraries (collections, built-ins, math...)
13 editor/ the Eclipse-based standalone Dart IDE 12 editor/ the Eclipse-based standalone Dart IDE
14 language/ language specification 13 language/ language specification
14 lib/ libraries (dart2js compiler, html, isolate, json, math, ...)
15 runtime/ the Dart VM and code for running it as a standalone app 15 runtime/ the Dart VM and code for running it as a standalone app
16 samples/ sample Dart programs (note: more under client/samples) 16 samples/ sample Dart programs
17 tests/ automated tests 17 tests/ automated tests
18 third_party/ external dependencies 18 third_party/ external dependencies
19 tools/ build scripts, text editor support files, etc. 19 tools/ build scripts, text editor support files, etc.
OLDNEW
« no previous file with comments | « no previous file | client/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698