microjava
There are 18 repositories under microjava topic.
DanijelAskov/microjava-compiler
A fully functional compiler for a custom high-level Java-like programming language called MicroJava.
CodeMyst/microj
Compiler for a Java-like language. Made for the Compiler Construction course, at the Faculty of Sciences, Novi Sad.
cvetkovic/microjava_x64
x86-64 Compiler for MicroJava
DanijelAskov/microjava-disassembler
An Angular web application for disassembling MicroJava object files.
milicevicMarko/MJ_Compiler
This project was an assignment for the class : Compiler Construction 1 (srb. Programski Prevodioci 1). Please read the README.md file for more info.
DusanTodorovic5/MicroJavaCompiler
This Git repository houses a micro Java compiler built in Java, employing jflex and jcup for lexical analysis and parsing. It offers an array of features, including support for global and local variables, functions, conditional statements, as well as iterative constructs like while and for loops, and a foreach loop.
M4444/PP1-project
Implementation of a MicroJava compiler
mdodovic/MicroJava-Compiler
A fully compiler for a custom high-level Java-like programming language called MicroJava.
Midren/MicroJavapp
MicroJava++
nikolovjovan/MJCompiler
Object-oriented compiler implementation for MicroJAVA programming language.
dragan-mitrasinovic/micro-java-compiler
Homework/project in Compiler Construction 1(13E114PP1)
dzoni996/pp1
MicroJava Compiler Construction
jovan-vukic/microjava-compiler
This project is a compiler for the MicroJava language. It translates syntactically and semantically correct programs into MicroJava bytecode for execution on MicroJava virtual machines. It includes lexical, syntactic, and semantic analysis, as well as code generation functionalities.
nikolapeja6/pp_proj
School project for the PP (Programski Prevodioci 1, en. Compiler Construction 1) course of my Bachelor's studies at the School of Electrical Engineering, University of Belgrade.
abster95/PP1MJCompiler
Implementation of a compiler for microjava
lazar2222/MicroJava-Compiler
Implementation of a compiler for an object-oriented language which supports inheritance and virtual functions, compiling to Java-like bytecode. Implemented in Java.
srfunksensei/PP1
Microjava compiler