tree: 7ce8209e1815f7d78cb3dd142e0c72769cde63ff [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. README.md
compiler/rustc_ast/README.md

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: