I\'m trying to make a very basic tokenizer/lexer.
To do this, I\'m making a main struct called Token that all types of tokens will inherit from, such as
Token