Lexes code and returns the individual tokens
Constructor takes code as text to tokenize
Returns tokens from lexing a string of code
AA of look up for escape chars based on character after \
Hash table of keywords
See Implementation
Lexes code and returns the individual tokens