Skip to content

Files

Latest commit

d570b36 · Oct 23, 2018

History

History

libsyntax

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 5, 2018
Sep 26, 2018
Oct 13, 2018
Oct 21, 2018
Oct 19, 2018
Sep 26, 2018
Aug 23, 2018
Mar 16, 2018
Sep 27, 2018
Jul 23, 2017
Oct 7, 2018
Oct 20, 2018
Jul 24, 2018
Nov 21, 2016
Oct 23, 2018
Sep 27, 2018
Aug 19, 2018
Sep 28, 2018
Sep 16, 2018
Aug 15, 2017
Oct 20, 2018
Aug 19, 2018
May 13, 2018
Sep 27, 2018
Aug 19, 2018
Oct 19, 2018
Sep 1, 2018

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: