Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.49 KB

README.md

File metadata and controls

27 lines (27 loc) · 1.49 KB

C# Compiler

Compiler Project

Getting Started

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

External library and programs needed

C# Refrence

Offical C# reference by Microsoft here.

Lexer and Parser raw files

We use C# Parser and Lexer by James Power.

Coded By

Thanks to

License

This project is licensed under the MIT License - see the LICENSE file for details.