start of ir

This commit is contained in:
2024-10-17 23:40:09 -04:00
parent e33420e91f
commit b15a40c4d9
19 changed files with 268 additions and 81 deletions
+2
View File
@@ -1,6 +1,8 @@
mod v1;
mod v2;
pub use v1::*;
pub fn main() {
let arg = std::env::args_os().nth(1);
if let Some(path) = arg {