]> git.proxmox.com Git - rustc.git/blame - vendor/rustc-ap-rustc_ast/README.md
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / vendor / rustc-ap-rustc_ast / README.md
CommitLineData
f20569fa
XL
1The `rustc_ast` crate contains those things concerned purely with syntax
2– that is, the AST ("abstract syntax tree"), parser, pretty-printer,
3lexer, macro expander, and utilities for traversing ASTs.
4
5For more information about how these things work in rustc, see the
6rustc dev guide:
7
8- [Parsing](https://rustc-dev-guide.rust-lang.org/the-parser.html)
9- [Macro Expansion](https://rustc-dev-guide.rust-lang.org/macro-expansion.html)