/micro-java-compiler

MicroJava Compiler: a simplified Java compiler. MicroJava supports essential features like arrays, classes, class inheritance, method overriding, and polymorphism. The compiler consists of a Lexical Analyzer, Syntax Analyzer, Semantic Analyzer, and Code Generator. It compiles MicroJava source files into bytecode for execution on the MicroJava VM.

Primary LanguageJava

This repository is not active