From 607b51c6cb62b6823ca9bda00080c82679a2ecd1 Mon Sep 17 00:00:00 2001 From: able Date: Sun, 11 Apr 2021 21:47:10 -0500 Subject: [PATCH] abbolean change --- src/tokens.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens.rs b/src/tokens.rs index 187afa36..8eec8fb3 100644 --- a/src/tokens.rs +++ b/src/tokens.rs @@ -15,7 +15,7 @@ pub enum TOKENS { BF_FUNCTION { name: String, functio: String }, // Brain fuck FFI VARIABLE, // Variable bro BOOLEAN { state: bool }, // True, False - ABOOLEAN { state: u8 }, // Always, Sometimes, Never + ABOOLEAN { state: ABOOL }, // Always, Sometimes, Never PRINT, // Prints the preceding things MELO, // Ban the following variable from ever being used again T_DARK,