Skip to content

Files

 
 

libsyntax

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 13, 2019
Feb 13, 2019
Feb 13, 2019
Feb 13, 2019
Feb 12, 2019
Feb 10, 2019
Feb 12, 2019
Nov 26, 2018
Feb 10, 2019
Dec 26, 2018
Feb 13, 2019
Jan 13, 2019
Feb 7, 2019
Feb 6, 2019
Feb 13, 2019
Feb 13, 2019
Feb 16, 2019
Feb 7, 2019
Feb 10, 2019
Feb 12, 2019
Feb 13, 2019
Feb 11, 2019
Feb 12, 2019
Feb 12, 2019
Feb 10, 2019
Feb 10, 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: