Move functions from syntax::ast to syntax::ast_util
This leaves syntax::ast just defining the AST, which strikes me as somewhat nicer
This commit is contained in:
parent
a3affaa20f
commit
152cbaade7
33 changed files with 358 additions and 314 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
import ast::ty_mach;
|
||||
import ast::ty_mach_to_str;
|
||||
import ast_util::ty_mach_to_str;
|
||||
import std::map::new_str_hash;
|
||||
import util::interner;
|
||||
import std::int;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue