Wild-Queue / imperative-language-compiler

A tool for running code written in an imperative programming language. This tool provides the ability to run code written in a toy imperative programming language by translating the code into C# code (and then running it using .Net) or by translating it directly into the .Net CIL. It also performs a type checking before running the code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wild-Queue/imperative-language-compiler Stargazers