moving to desktop

This commit is contained in:
2025-05-02 22:03:32 -04:00
parent 57c46b653e
commit 5f36be9de9
19 changed files with 197 additions and 236 deletions
-2
View File
@@ -1,5 +1,4 @@
mod assoc;
mod error;
mod inst;
mod instr;
mod kind;
@@ -11,7 +10,6 @@ mod resolve;
use super::*;
use assoc::*;
pub use assoc::Idents;
pub use inst::*;
pub use instr::*;
pub use kind::*;