minijava
There are 38 repositories under minijava topic.
baziotis/minijava-cpp
A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.
georgesittas/minijava-compiler
MiniJava to LLVM IR compiler
Sitaras/miniJava-compiler
🦖| Mini Java Compiler.
lascar-pacagi/MiniJava
Transpiler from MiniJava to C written in OCaml
qingpeng9802/minijava-to-k210-riscv-compiler
This Compiler can translate MiniJava into K210 RISC-V assembly.
billsioros/minijavacc
A Compiler for a subset of Java (aka Minijava)
giannhskp/Compilers
Implementation of a Compiler for MiniJava to LLVM, Implementation of a LL(1) parser for a calculator
gmaldona/minijava
(Fall 2023) A compiler for Minijava, a subset of the Java Language
kejriwalrahul/minijava-compiler
A MacroJava/MiniJava compiler for generating MIPS assembly
LtVaios/MiniJava-Compiler
:eyeglasses: :computer: For this project I made my own compiler for a language called MiniJava which is a subset of Java.
panagiotiskon/Minijava-Compiler
🌱 MiniJava Compiler
ragibson/miniJava-compiler
A compiler for a subset of Java ("miniJava") as well as an abstract machine and test suites.
Abdallah-Abdelazim/mini-java-compiler
Implementation of MiniJava language compiler. It covers only lexical and syntax analysis phases.
easypickings/MiniJavaCompiler
An implementation of UCLA CS 132 Project to compile Mini-Java to MIPS
jenox/Minijava-Compiler
Implementation of a Minijava to x86 compiler in Java and Swift.
KonstantinosPaschopoulos/Compilers
A semester long multi phase project for the Compilers, K31 class: http://cgi.di.uoa.gr/~thp06/ It includes the Implementation of a LL(1) parser, Semantic Check for MiniJava and Generating intermediate LLVM code.
nassosanagn/MiniJava-Compiler
A MiniJava compiler, written in Java that performs semantic analysis on all of the files given as arguments. This project was developed as a part of the Compilers K31 course at the University of Athens.
nassosanagn/MiniJava-to-LLVM-Code-Generator
This project converts MiniJava code into the intermediate representation used by the LLVM compiler. This was the final project for the Compilers K31 course at the University of Athens.
rcbop/compiler-project
minijava compiler's project
Taedenn/miniJava
Collaborative development of a compiler for a simplified Java-based language called MiniJava. Majority front-end development: use of ANTLR for lexer, parser, and semantic actions, as well as Java for AST structure and grammar rules. Compiler converts analyzed code into Java Virtual Machine code.
thiagodnf/minijava
A MiniJava Compiler
vastopol/Jmips
Mini Java to MIPS compiler
frinipanteliadi/Mini-Java-Compiler
A compiler implementation for the MiniJava language (a subset of Java)
nhho/MiniJavaChecker
CUHK CSCI3120 1718 sem2 Programming Assignment 3
nhho/MiniJavaCompiler
CUHK CSCI3120 1718 sem2 Programming Assignment 4
ramiro-cejas/ceiGeneration
MiniJava Compilator - Code Generator
ramiro-cejas/ceiLexical
MiniJava Compilator - Lexical Analyzer
ramiro-cejas/ceiSem
MiniJava Compilator - Semantic Analyzer - Declarations
ramiro-cejas/ceiSemSecond
MiniJava Compilator - Semantic Analyzer - Sentences
ramiro-cejas/ceiSyntax
MiniJava Compilator - Syntax Analyzer
lascar-pacagi/regex
Regular expressions matching to illustrate lexical analysis in MiniJava transpiler
nhho/MiniJavaParser
CUHK CSCI3120 1718 sem2 Programming Assignment 2
RoySRC/MiniJavaCompiler
A MIPS compiler for the MiniJava programming language.
Themiscodes/MiniJava-LLVM-Compiler
An intermediate code generator written in Java