rustc/compiler/rustc_ast
2022-03-29 13:22:26 +01:00
..
src New upstream version 1.59.0+dfsg1 2022-03-29 13:22:26 +01:00
Cargo.toml New upstream version 1.57.0+dfsg1 2022-03-06 21:55:47 +00:00
README.md New upstream version 1.58.1+dfsg1 2022-03-08 11:28:32 +00:00

The rustc_ast crate contains those things concerned purely with syntax that is, the AST ("abstract syntax tree"), along with some definitions for tokens and token streams, data structures/traits for mutating ASTs, and shared definitions for other AST-related parts of the compiler (like the lexer and macro-expansion).

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