abbolean change
This commit is contained in:
parent
2c4154025f
commit
607b51c6cb
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue