Skip to content

Releases: sitio-couto/Compiler

Compiler Complete

03 Aug 04:41
Compare
Choose a tag to compare

Compiler is finished and functional.

Everything we tested works up until the interpreter. LLVM translation doesn't work for n-dimensional arrays with n > 2 or global pointers (except arrays and function pointers).

Some other specific tests might not work, our tests weren't exhaustive.