Skip to content

prajwal1210/MiniMatlab-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note : Any function must have return even if type is void

Apart from the shortcomings in the previous assignment some others are: Matrix Multiplication not supported

To generate .asm and quads of an input file

make

./compiler.out filename.c

To generate executables of a given test file

chmod +x compile.sh

./compile.sh filename.c

To execute

./filename.out

To generate the quads and .asms for the given 5 test files

chmod +x testfiles.sh

./tesfiles.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published