Question: CS 4110 Compiler Design Project Phase 1. Lexical analysis Total Points: 15 In this project, you need to implement a compiler for a language defined








CS 4110 Compiler Design Project Phase 1. Lexical analysis Total Points: 15 In this project, you need to implement a compiler for a language defined here. The programming language you need to use is Cor C++ (and the language defined by the corresponding tools) The project includes two phases, lexical analysis, and syntax analysis. In the following, we first define the language syntax and tokens. The definitions are given in BNF form 1 Language Definitions 1.1 Syntax Definitions program "t" Program" program-name function-definitions statements program-name F identifier function-definitions function-definition function-definition "t" "Function" function-name arguments statements "return" return-arg function-name identifier arguments argument)* argument identifier return-arg identifier l & CS 4110 Compiler Design Project Phase 1. Lexical analysis Total Points: 15 In this project, you need to implement a compiler for a language defined here. The programming language you need to use is Cor C++ (and the language defined by the corresponding tools) The project includes two phases, lexical analysis, and syntax analysis. In the following, we first define the language syntax and tokens. The definitions are given in BNF form 1 Language Definitions 1.1 Syntax Definitions program "t" Program" program-name function-definitions statements program-name F identifier function-definitions function-definition function-definition "t" "Function" function-name arguments statements "return" return-arg function-name identifier arguments argument)* argument identifier return-arg identifier l &
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
