|
|
|
@ -7,7 +7,7 @@ use crate::parser::{Ast, Localised, Location};
|
|
|
|
|
pub mod backend;
|
|
|
|
|
mod meta_compile;
|
|
|
|
|
|
|
|
|
|
use std::fmt;
|
|
|
|
|
use std::{fmt, ops::Add, ptr};
|
|
|
|
|
|
|
|
|
|
#[cfg(test)]
|
|
|
|
|
mod tests;
|
|
|
|
@ -240,3 +240,4 @@ pub fn meta_compile(ast: Ast) -> Result<Module, CompilerError> {
|
|
|
|
|
}
|
|
|
|
|
Ok(module)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|