Skip to content

Innopolis University Fall20 Complier Construction course project

Notifications You must be signed in to change notification settings

TheSharpOwl/FoobarCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

FoobarCompiler

Innopolis University Fall20 Complier Construction course project

  • Parsing Tree Structure :

Can be found here except that Variable class inherits from Type (changed it while doing semantics)

  • Requirements

    1. Visual Studio
    2. Bison 3.2 or newer
    3. C++17
  • How to run:

    1. Open VS folder

    2. To generate parser.tab.cpp and parser.tab.hpp, run the command :

    bison -d parser.ypp
    
    1. Open VS, build and run the solution.

    2. Parsed example will be printed to stdout.

About

Innopolis University Fall20 Complier Construction course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •