Skip to content
README.md 398 B
Newer Older
hodwdf's avatar
hodwdf committed
# Project1-Lexical-Analyzer
hodwdf's avatar
hodwdf committed
### CS4250 Project 1
hodwdf's avatar
hodwdf committed

hodwdf's avatar
hodwdf committed
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`