abbolean change

This commit is contained in:
able 2021-04-11 21:47:10 -05:00
parent 2c4154025f
commit 607b51c6cb

View file

@ -15,7 +15,7 @@ pub enum TOKENS {
BF_FUNCTION { name: String, functio: String }, // Brain fuck FFI BF_FUNCTION { name: String, functio: String }, // Brain fuck FFI
VARIABLE, // Variable bro VARIABLE, // Variable bro
BOOLEAN { state: bool }, // True, False BOOLEAN { state: bool }, // True, False
ABOOLEAN { state: u8 }, // Always, Sometimes, Never ABOOLEAN { state: ABOOL }, // Always, Sometimes, Never
PRINT, // Prints the preceding things PRINT, // Prints the preceding things
MELO, // Ban the following variable from ever being used again MELO, // Ban the following variable from ever being used again
T_DARK, T_DARK,