]> git.proxmox.com Git - rustc.git/blame - src/librustc_ast/README.md
New upstream version 1.47.0+dfsg1
[rustc.git] / src / librustc_ast / README.md
CommitLineData
74b04a01 1The `rustc_ast` crate contains those things concerned purely with syntax
ea8adc8c
XL
2– that is, the AST ("abstract syntax tree"), parser, pretty-printer,
3lexer, macro expander, and utilities for traversing ASTs.
0531ce1d
XL
4
5For more information about how these things work in rustc, see the
ba9703b0 6rustc dev guide:
0531ce1d 7
ba9703b0
XL
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)