News

This is an implementation of an compiler that parses instructions and generates bytecode in binary files (.smp). Although this project does not have an application to practical problem, it ...
This project is a 5-stage Java compiler designed to compile Java code through various intermediate representations. The compiler supports different subsets of Java, including MiniJava, MicroJava, and ...
HIGHLIGHTS Here's a guide on how to setup NDK project to compile for multiple target platforms. C++ apps that are more processor intensive would benefit from cross-compiling for ARM and x86.