A compiler is a program that translates code written in one programming language into another.
Course: Compilers, Monsoon 2019
Taught by: Prof. Suresh Purini
- basic-proposal: You have to design your own programming language ...
- basic-scanner: Using of "flex" scanner for learning.
- basic-parser: LLVM based parser in C++ for simpler BASIC.
See basic-proposal, basic-scanner, basic-parser for project. It is for parsing a simpler version of BASIC language with LLVM.