Compiler Project
These instruction will get you a copy of the project up and running on your local machine for development and testing purposes (using GIT).
$ git clone https://github.com/Dimashky/compiler.git
- Flex v2.6.
- Bison v3.0.4.
- For Windows users, we prefer to use Win-Flex-Bison by lexxmark, and Visual Studio from Microsoft.
Offical C# reference by Microsoft here.
We use C# Parser and Lexer by James Power.
- lexxmark for his flex and bison application for windows.
- James Power for his lex and yacc files.
- Marc Moreno Maza for his lecture notes.
- Our teachers, and who helped us.
This project is licensed under the MIT License - see the LICENSE file for details.