diff --git a/src/main.rs b/src/main.rs index 3df23ca..f590830 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ use logos::Source; use parser::Parser; fn main() { - // variables::test(); + // variables::test(); // NOTE(Able): Add this as a test case brian::bff_eval("hi".to_string(), "hello".to_string()); let matches = App::new("AbleScript") .version(env!("CARGO_PKG_VERSION"))