Skip to content

Files

 
 

libsyntax

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 1, 2019
Aug 5, 2019
Jul 31, 2019
Aug 6, 2019
Aug 1, 2019
Aug 5, 2019
Aug 6, 2019
Aug 1, 2019
Aug 1, 2019
Aug 1, 2019
Jul 23, 2019
Nov 26, 2018
Aug 5, 2019
Dec 26, 2018
Jun 22, 2019
Jul 19, 2019
May 12, 2019
Jul 28, 2019
Aug 5, 2019
Jul 28, 2019
Aug 1, 2019
Aug 4, 2019
Jul 23, 2019
Feb 12, 2019
Aug 1, 2019
Aug 1, 2019
Aug 1, 2019
Aug 4, 2019

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: