IU-Lexical-Analyzer
PublicJava-based lexical analyzer for the educational IU language. Tokenizes source with hand-built DFAs (identifiers, numbers, strings, chars, booleans, operators, comments), tracks line numbers, reports unknown tokens, and builds a simple symbol table. Includes sample input and build script.