Programming Project 1: Lexical Analyzer (Scanner)
Will cover one component of the compiler: lexical analysis, parsing, semantic analysis, and code generation. Each project will ultimately result in a working compiler phase which can interface with other phases. You must implement the project in Java. For this project, you are to write a lexical analyzer, also called a scanner, using a lexical ...
Tag:
1000 projects in java