Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 534 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 534 Bytes

About The Project

We implemented a compiler based on C++ for given Imperative programming language. See grammar of this language.

Usage

Prerequisites: bison, ILASM from .NET build tools. There are three options to run compiler:

  1. Compile to C# language and run.
make run file="your_file"
  1. Compile to CIL and run.
make run-cil file="your_file"
  1. Run tests from tests forder.
make test

Authors of the project

Egor Shalagin, Vladislav Spigin, Maxim Latypov and Arseniy Rubtsov