So I’m learning to build a parser for a intro class for software design. I have built a tokenizer package that splits my input string into Token objects that have getters for both the value and type. I can also return a raw String for value and type of the current token. My public facing interface from the Tokenizer currently