Remove the parse query

This commit is contained in:
bjorn3
2024-10-31 15:46:11 +00:00
parent 6ece803632
commit 87802536f4
6 changed files with 99 additions and 196 deletions

View File

@@ -17,8 +17,8 @@ pub mod util;
pub use callbacks::setup_callbacks;
pub use interface::{Config, run_compiler};
pub use passes::{DEFAULT_QUERY_PROVIDERS, create_and_enter_global_ctxt};
pub use queries::{Linker, Queries};
pub use passes::{DEFAULT_QUERY_PROVIDERS, create_and_enter_global_ctxt, parse};
pub use queries::Linker;
#[cfg(test)]
mod tests;