Tokens - Added Static

This commit is contained in:
Emmanuel BENOîT 2023-01-12 08:02:01 +01:00
parent 0ebe2e9f22
commit 6387615f68

View file

@ -40,6 +40,7 @@ pub enum TokenType {
Or,
Print,
Return,
Static,
Super,
This,
True,