Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 276 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 276 Bytes

Lexical-Analyzer

Lexical Analyzer made in Java. Application that reads input text file that contains code and tokenizes it. You can import custom tokens for your own programming language. Implemented with the Regex java import to find matching tokens from the source file.