Files
rust/src/libsyntax
Alex Crichton 98eab06648 Remove nll from rust_2018_preview
NLL isn't quite ready yet so gonna hold off on inserting it into the preview.
2018-05-10 08:44:20 -07:00
..
2018-05-06 12:13:32 +09:00
2018-05-02 12:05:13 +02:00
2018-03-18 20:46:29 -03:00
2018-05-04 11:01:08 -07:00
2016-11-21 09:00:56 +00:00
2018-04-25 14:55:25 -07:00
2018-04-26 17:49:24 +03: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: