tree: 20d1c583ce26bf5a89aef6d91faaeb32cce25cf8 [path history] [tgz]
  1. ast/
  2. attr/
  3. diagnostics/
  4. expand/
  5. feature_gate/
  6. print/
  7. util/
  8. ast.rs
  9. build.rs
  10. Cargo.toml
  11. early_buffered_lints.rs
  12. entry.rs
  13. lib.rs
  14. mut_visit.rs
  15. ptr.rs
  16. README.md
  17. show_span.rs
  18. token.rs
  19. tokenstream.rs
  20. visit.rs
src/libsyntax/README.md

The syntax 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 guide: