From fafe6cf672a6ceb8836358ab16a5908a244f1782 Mon Sep 17 00:00:00 2001 From: able Date: Wed, 5 May 2021 07:33:40 -0500 Subject: [PATCH] consider using able brand products --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))