Recursive Descent Lexer

Code for the recursive descent luxer

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++.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

css.php