The pipeline is finally reasonably clean
This commit is contained in:
@@ -23,7 +23,6 @@ mod utils;
|
||||
pub use interner::{Interner, Tok};
|
||||
pub use pipeline::file_loader::{mk_dir_cache, mk_embed_cache};
|
||||
pub use pipeline::parse_layer;
|
||||
pub use representations::{NameLike, Sym, VName};
|
||||
/// Element of VName and a common occurrence in the API
|
||||
pub type Stok = Tok<String>;
|
||||
pub use representations::ast_to_interpreted::ast_to_interpreted;
|
||||
@@ -32,6 +31,6 @@ pub use representations::project::{
|
||||
};
|
||||
pub use representations::{
|
||||
ast, from_const_tree, interpreted, sourcefile, tree, ConstTree, Literal,
|
||||
Location, PathSet, Primitive,
|
||||
Location, NameLike, OrcString, PathSet, Primitive, Sym, VName,
|
||||
};
|
||||
pub use utils::{thread_pool, Side, Substack};
|
||||
|
||||
Reference in New Issue
Block a user