Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 300 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 300 Bytes

ParseStarter

This is the starter code for the Lexer-Parser project. This code just reads in text, including multiple lines, from a file into a String. There are also constants defined for the various Token types. You'll need to code the Lexer, and create the Token and Parser classes from scratch