tree: a4f22a72e713428f7328ed45298101d7e8fc3b46 [path history] [tgz]
  1. ast/
  2. attr/
  3. expand/
  4. util/
  5. ast.rs
  6. build.rs
  7. Cargo.toml
  8. crate_disambiguator.rs
  9. entry.rs
  10. lib.rs
  11. mut_visit.rs
  12. node_id.rs
  13. ptr.rs
  14. README.md
  15. token.rs
  16. tokenstream.rs
  17. visit.rs
src/librustc_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: