- Posted On
Compiler in C++
- Author
- Name
- Bhavik Kanparia
- GitHub
- @
• Lexical analyzer - from provided description of syntax of language; contruct function and program. • Implemented recursive parser and, upon successful parsing, do post order traversals & count. • Evaluate parse tree, doing static checks and runtime check in particular function.