# Project1-Lexical-Analyzer ### CS4250 Project 1 Lexical analyzer that tokenizes basic arithmetic, sequences of letters or numbers, equality and semicolons. Terminal input accepts input until the EOF signal is sent (ctrl+d on terminals in windows). Files can be read by placing them in resources and running the program with the filename as a run-time argument. `ex: java Front.java sample1.txt`