diff --git a/able-lang-test/function.able b/able-script-test/function.able similarity index 100% rename from able-lang-test/function.able rename to able-script-test/function.able diff --git a/able-lang-test/hello_world.able b/able-script-test/hello_world.able similarity index 100% rename from able-lang-test/hello_world.able rename to able-script-test/hello_world.able diff --git a/src/tokens.rs b/src/tokens.rs index 1e24f71e..4478e2dc 100644 --- a/src/tokens.rs +++ b/src/tokens.rs @@ -10,4 +10,7 @@ pub enum tokens { BOOLEAN, // True, False ABOOLEAN, // Always, Sometimes, Never PRINT, // Prints the preceding things + + MELO, + TDARK, }