Kill ast_visitor

This commit is contained in:
greg 2018-11-26 01:57:44 -08:00
parent 26a8ff307f
commit 7ac97ca6e8
2 changed files with 0 additions and 3 deletions

View File

@ -1,2 +0,0 @@
use ast::*;

View File

@ -33,7 +33,6 @@ mod source_map;
mod builtin;
mod tokenizing;
mod ast;
mod ast_visitor;
mod parsing;
mod symbol_table;
mod typechecking;