https://github.com/zefhemel/dart
Mirror of dart repo
https://github.com/zefhemel/dart
Last synced: over 1 year ago
JSON representation
Mirror of dart repo
- Host: GitHub
- URL: https://github.com/zefhemel/dart
- Owner: zefhemel
- Created: 2013-04-17T07:15:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-17T07:20:18.000Z (about 13 years ago)
- Last Synced: 2025-01-20T21:17:12.505Z (over 1 year ago)
- Language: Java
- Size: 27.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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 http://dartlang.org or
http://code.google.com/p/dart.
Here's a brief guide to what's in here:
compiler/ Dart static analyzer.
editor/ Eclipse-based standalone Dart IDE.
lib/ Libraries that ship with the Dart runtime (core, html, etc.).
pkg/ Packages that are not shipped with the core runtime.
runtime/ 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.
utils/ Utilities for Dart applications.