rustc/compiler/rustc_ast
2021-10-02 01:29:42 +01:00
..
src New upstream version 1.53.0+dfsg1 2021-10-02 01:29:42 +01:00
Cargo.toml New upstream version 1.52.0~beta.3+dfsg1 2021-04-15 23:27:12 +01: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: