madhusriram / compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build type:

make compiler

make spimTest will run through a test program that includes recursive function calls, called within a for loop, whose return values are stored in arrays and later read out of these arrays and printed to the console.  The values produced through these function calls will eventually overflow the limits of my 32-bit words, but this is expected and handled reasonably (i.e. it doesn't blow up the compiler or spim).     

                                

About


Languages

Language:C 92.6%Language:Yacc 4.8%Language:Lex 2.2%Language:Makefile 0.4%