]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast/README.md
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / compiler / rustc_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 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)