]> git.lizzy.rs Git - rust.git/blob - src/librustc_ast/README.md
cb1b8cc829933c453a24864cdb7196ce0ac65718
[rust.git] / src / librustc_ast / README.md
1 The `rustc_ast` crate contains those things concerned purely with syntax
2 – that is, the AST ("abstract syntax tree"), parser, pretty-printer,
3 lexer, macro expander, and utilities for traversing ASTs.
4
5 For more information about how these things work in rustc, see the
6 rustc guide:
7
8 - [Parsing](https://rust-lang.github.io/rustc-dev-guide/the-parser.html)
9 - [Macro Expansion](https://rust-lang.github.io/rustc-dev-guide/macro-expansion.html)