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

Side by Side Diff: pkg/front_end/README.md

Issue 2436733003: Create a README and pubspec for the front_end package. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « pkg/front_end/LICENSE ('k') | pkg/front_end/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Front end for Dart
2
3 This package provides a low-level API for use by compiler back ends that wish to
4 implement the Dart language. It is intended for eventual use by dev_compiler,
5 dart2js, and the Dart VM. In addition, it will share implementation details
6 with the analyzer package--this will be accomplished by having the analyzer
7 package import (and re-export) parts of this package's private implementation.
8
9 End-users should use the [dartanalyzer][analyzercli] command-line tool to
10 analyze their Dart code.
11
12 Integrators that want to write tools that analyze Dart code should use the
13 [analyzer] package.
OLDNEW
« no previous file with comments | « pkg/front_end/LICENSE ('k') | pkg/front_end/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698