diff options
| author | Graydon Hoare <[email protected]> | 2010-08-12 10:27:50 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-12 10:27:50 -0700 |
| commit | 5297582ba2e639368fe2ac65036408441cf8a25c (patch) | |
| tree | 8dea755b87b5c74b2c6c2de020dcf142e9f66dbe /src/comp/rustc.rc | |
| parent | Added support for task sleeping in the scheduler. (diff) | |
| download | rust-5297582ba2e639368fe2ac65036408441cf8a25c.tar.xz rust-5297582ba2e639368fe2ac65036408441cf8a25c.zip | |
Add mostly-empty AST module to rustc.
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 7b1f9236..87dbc6b4 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -4,6 +4,7 @@ use std; mod fe { + mod ast; mod lexer; mod parser; } |