diff options
| author | Brian Anderson <[email protected]> | 2011-02-27 18:22:54 -0500 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-02 10:28:14 -0800 |
| commit | 1badf9316a174615e9e5c60e6cfd12e4f071d623 (patch) | |
| tree | 775188e773e1611149293f76864a658ff5a9eafe /src/comp/rustc.rc | |
| parent | Rewrite expand_syntax_ext to avoid a mysterious memory leak (diff) | |
| download | rust-1badf9316a174615e9e5c60e6cfd12e4f071d623.tar.xz rust-1badf9316a174615e9e5c60e6cfd12e4f071d623.zip | |
Begin an AST pretty-printer
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 16d24e9b..43a04117 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -8,6 +8,7 @@ mod front { mod extfmt; mod lexer; mod parser; + mod pretty; mod token; mod eval; } |