Files
sdk/pkg/analyzer/doc/tutorial/tutorial.md
T
Brian Wilkerson ca7ab1e89d Add documentation on tokens
This was written in response to a question from a contributor.

Change-Id: If689b1a22ac00a6a5a14cc09f47054a88baa4347
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/268101
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2022-11-04 22:20:49 +00:00

708 B

Analyzing Dart

This is the table of contents for a set of tutorials that explain how to use the analyzer package to analyze Dart source code.

Pages

The following is a list of the pages available in this tutorial.

Introduction - What capabilities does the analyzer package support?

Performing Analysis How to set up the objects used to analyze code.

The Token Model How are tokens represented?

The AST What is an AST?

The Element Model What is the element model?

The Type Model What is the type model?