Built a lexical analyzer in C++ that tokenizes user input into identifiers, numbers, operators, and parentheses. Implemented custom token types, structured parsing logic, and exception handling to detect invalid symbols. This project demonstrates foundational compiler design concepts and object-oriented programming in C++.
Recursive Descent Lexer


Leave a Reply