rust/src/libsyntax
2019-09-26 18:21:10 +01:00
..
2019-09-26 18:21:09 +01:00
2019-09-26 18:21:10 +01:00
2019-09-26 18:21:10 +01:00
2019-09-26 18:21:10 +01:00
2019-09-26 18:21:10 +01:00
2019-09-26 18:21:09 +01:00
2019-09-26 18:21:10 +01:00
2019-09-23 15:25:00 +09:00
2019-09-26 18:21:09 +01:00
2019-09-25 08:42:46 -04:00
2019-09-26 18:21:10 +01:00
2019-09-18 23:17:36 -06:00
2019-09-22 20:38:02 +03:00
2019-09-26 18:21:10 +01:00

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: