To store Tokens with Types where the line number of each token is required
Returns the line number a token is in by usin the index of the token in tokens
reads tokens into a string
Stores the number of tokens in each line
Stores the tokens
See Implementation
To store Tokens with Types where the line number of each token is required