dart-sdk/pkg/front_end
Peter von der Ahé 8b214f4d72 Restore type parser from reify project
Change-Id: Ic347890a4146cadb3ad1b6049b562350903505e7
Reviewed-on: https://dart-review.googlesource.com/c/89660
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
Commit-Queue: Peter von der Ahé <ahe@google.com>
2019-01-18 14:09:08 +00:00
..
benchmarks/ikg Smaller changes to incremental_perf.dart, this is preparation for the flutter IKG perf benchmark 2017-11-17 10:34:12 +00:00
lib/src Refer to correct locations in SDK (and other dill files) 2019-01-18 12:37:24 +00:00
test Restore type parser from reify project 2019-01-18 14:09:08 +00:00
testcases Refer to correct locations in SDK (and other dill files) 2019-01-18 12:37:24 +00:00
tool Improve input path handling and remove extra schemas. 2019-01-16 10:17:03 +00:00
analysis_options.yaml Stop using external deprecated members in front_end 2019-01-15 18:55:10 +00:00
error_recovery.yaml
LICENSE
messages.status Error message for circular constant expressions 2019-01-17 14:21:47 +00:00
messages.yaml Error message for circular constant expressions 2019-01-17 14:21:47 +00:00
pubspec.yaml Prepare to publish analyzer version 0.34.2. 2019-01-16 16:44:43 +00:00
README.md Prepare for analyzer 0.32.0. 2018-05-14 18:07:02 +00:00
testing.json [kernel] Start setting up test suite for round-trip serialization 2019-01-04 16:05:26 +00:00

Front end for Dart

This package provides a low-level API for use by compiler back ends that wish to implement the Dart language. It is intended for eventual use by dev_compiler, dart2js, and the Dart VM. In addition, it will share implementation details with the analyzer package--this will be accomplished by having the analyzer package import (and re-export) parts of this package's private implementation.

End-users should use the [dartanalyzer][analyzercli] command-line tool to analyze their Dart code.

Integrators that want to write tools that analyze Dart code should use the [analyzer] package.

Note: The APIs in this package are in an early state; developers should be careful about depending on this package. In particular, there is no semver contract for release versions of this package. Please depend directly on individual versions.