Big refactoring, invalid assembly is now unrepresentable assembly

This commit is contained in:
2022-03-15 22:50:19 -05:00
parent abf184f6fc
commit 683ff3095e
8 changed files with 228 additions and 239 deletions
-11
View File
@@ -1,11 +0,0 @@
extern crate pest;
#[macro_use]
extern crate pest_derive;
mod vasm_parser;
mod parse_error;
mod ast;
fn main() {
println!("Hello, world!");
}