Innopolis University Fall20 Complier Construction course project
Can be found here except that Variable class inherits from Type (changed it while doing semantics)
-
- Visual Studio
- Bison 3.2 or newer
- C++17
-
-
Open VS folder
-
To generate parser.tab.cpp and parser.tab.hpp, run the command :
bison -d parser.ypp
-
Open VS, build and run the solution.
-
Parsed example will be printed to stdout.
-