Skip to content

CR4YU/SimpleCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCompiler

Simple compiler of imperative language

COMPILATION

To compile all files

$make

RUN

Sample usage

$./compiler < input.imp > output.mr;
$./interpreter output.mr

NEEDED TOOLS

bison (GNU Bison) 3.0.4 flex 2.6.0 g++ (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609

About

Simple compiler of imperative language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published