Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 738 Bytes

File metadata and controls

7 lines (6 loc) · 738 Bytes

CS3341

Victor Fawole Submitting the Files: Scanner.java, Main.java, and Core.java Scanner.java contains all the methods meant to read input from a file and convert the input into tokens. Core.java contains the ENUMs for all the keywords, identifiers, constants, and symbols in the program. Main.java runs the scanner file, and takes in a file from the args.