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
|
|
@ -16,7 +16,7 @@ import base::expr_to_ident;
|
|||
|
||||
import fold::*;
|
||||
import ast::node_id;
|
||||
import ast::respan;
|
||||
import ast_util::respan;
|
||||
import ast::ident;
|
||||
import ast::path;
|
||||
import ast::ty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue