mips-cc

A little C compiler
git clone git@git.mpah.dev/mips-cc.git
Log | Files | Refs | README

7.test (50B)


      1 x = 2.0 * (2.2 + 6.1) + 2.1;
      2 y = x * 2;
      3 return y;