Parser project / CS441 Ethan Wharton
This is my final submission for the LetsBuildaParser project.
I used the following in designing the lexer portion of this program. https://matt.might.net/articles/lexers-in-racket/
The parser came almost directly from the pseudocode on pages 76-77 of the textbook.