Moving things around
This commit is contained in:
+2
-1
@@ -2,8 +2,9 @@ extern crate pest;
|
||||
#[macro_use]
|
||||
extern crate pest_derive;
|
||||
|
||||
mod parse_error;
|
||||
mod vasm_parser;
|
||||
mod parse_error;
|
||||
mod ast;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
|
||||
Reference in New Issue
Block a user