rustc/compiler/rustc_ast
2021-04-05 15:35:49 +01:00
..
src New upstream version 1.50.0+dfsg1 2021-04-05 15:35:49 +01:00
Cargo.toml New upstream version 1.48.0~beta.8+dfsg1 2020-11-10 17:01:33 +00:00
README.md New upstream version 1.48.0~beta.8+dfsg1 2020-11-10 17:01:33 +00: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: