rustc/compiler/rustc_ast
2020-12-20 15:06:41 +00:00
..
src New upstream version 1.49.0~beta.4+dfsg1 2020-12-20 15:06:41 +00: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: