Unified the C# mod and the Rust compiler into a monorepo
This commit is contained in:
6
rust_compiler/libs/compiler/src/lib.rs
Normal file
6
rust_compiler/libs/compiler/src/lib.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
mod v1;
|
||||
mod variable_manager;
|
||||
|
||||
pub use v1::{Compiler, CompilerConfig, Error};
|
||||
Reference in New Issue
Block a user