rustc/vendor/rustc-ap-rustc_ast
2021-04-16 09:59:28 +02:00
..
src New upstream version 1.51.0+dfsg1 2021-04-16 09:59:28 +02:00
.cargo-checksum.json New upstream version 1.51.0+dfsg1 2021-04-16 09:59:28 +02:00
Cargo.toml New upstream version 1.51.0+dfsg1 2021-04-16 09:59:28 +02:00
README.md New upstream version 1.49.0+dfsg1 2021-04-15 14:17:30 +02:00

The rustc_ast crate contains those things concerned purely with syntax that is, the AST ("abstract syntax tree"), parser, pretty-printer, lexer, macro expander, and utilities for traversing ASTs.

For more information about how these things work in rustc, see the rustc dev guide: