mips-cc
A little C compiler
git clone
git@git.mpah.dev/mips-cc.git
Log
|
Files
|
Refs
|
README
6.test (38B)
1
x = 2 * (2 + 6);
2
y = x * 2;
3
return y;