Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: minijava-compiler

RoySRC/MiniJavaCompiler

A MIPS compiler for the MiniJava programming language.

Language: Java - Size: 4.04 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

LtVaios/MiniJava-Compiler

:eyeglasses: :computer: For this project I made my own compiler for a language called MiniJava which is a subset of Java.

Language: Java - Size: 1010 KB - Last synced: about 2 months ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

brunbrunbrun/Compilador-MiniJava

Compilador para o MiniJava, um subconjunto da linguagem Java.

Language: C - Size: 313 KB - Last synced: 10 days ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

wh4tsername/Mini-Java-Compiler

Mini-Java Compiler

Language: C++ - Size: 416 KB - Last synced: 6 months ago - Pushed: almost 2 years ago - Stars: 4 - Forks: 2

panagiotiskon/Minijava-Compiler

🌱 MiniJava Compiler

Language: Java - Size: 832 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 2 - Forks: 0

NikosMav/Compilers-2

A Java-based compiler functionality project for the "Κ31 Compilers" course at DiT, NKUA. It generates a Symbol Table and performs semantic checks on MiniJava programs. It involves visitor patterns for class/type extraction, field/method aggregation, and extensive semantic analysis within method bodies.

Language: Java - Size: 181 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

MouseHu/Complier_Lab_Minijava

Language: Java - Size: 3.09 MB - Last synced: 7 months ago - Pushed: almost 5 years ago - Stars: 1 - Forks: 0

easypickings/MiniJavaCompiler

An implementation of UCLA CS 132 Project to compile Mini-Java to MIPS

Language: Java - Size: 2.26 MB - Last synced: 7 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

giannhskp/Compilers

Implementation of a Compiler for MiniJava to LLVM, Implementation of a LL(1) parser for a calculator

Language: Java - Size: 813 KB - Last synced: 8 months ago - Pushed: about 2 years ago - Stars: 3 - Forks: 0

Sitaras/miniJava-compiler

🦖| Mini Java Compiler.

Language: Java - Size: 817 KB - Last synced: 8 months ago - Pushed: almost 2 years ago - Stars: 5 - Forks: 2

spyros-briakos/Compilers_Assignments

Assignments in course:Compilers.

Language: Java - Size: 926 KB - Last synced: 9 months ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

vinhtran2611/PyMJC-Python-MiniJava-Compiler

PyMJC: Python MiniJava Compiler

Language: Python - Size: 2.12 MB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

baziotis/minijava-cpp

A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.

Language: C++ - Size: 800 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 14 - Forks: 4

GeorgeSittas/minijava-compiler

MiniJava to LLVM IR compiler

Language: LLVM - Size: 834 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 11 - Forks: 1

Zichen-Wang/CompilerLab

A Minijava Compiler for Autumn 2016 Compiler Lab of Peking University

Language: Java - Size: 636 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 3 - Forks: 0

Themiscodes/MiniJava-LLVM-Compiler

An intermediate code generator written in Java

Language: Java - Size: 785 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

aaghamohammadi/MiniJava

MiniJava compiler

Language: Java - Size: 57.6 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 2 - Forks: 1

AGiannoutsos/mini-java-compiler

Mini-Java to LLVM IR compiler, a semester project for the compilers course at the University of Athens

Language: Java - Size: 893 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 1

mar-kan/compilers_java-to-LLVM

an llvm translator for minijava input files. written in java

Language: Java - Size: 1.19 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

Abdallah-Abdelazim/mini-java-compiler Fork of amrsaeedhosny/mini-java-compiler

Implementation of MiniJava language compiler. It covers only lexical and syntax analysis phases.

Size: 197 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

eliaslawrence/mini_java_compiler

[College project] Project for the Compilers class at UFF. Developed using Java

Language: Java - Size: 1.71 MB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

billsioros/minijavacc

A Compiler for a subset of Java (aka Minijava)

Language: Java - Size: 925 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 2 - Forks: 0

pspanoudakis/MiniJava-LLVM-Compiler

A MiniJava ➡️ LLVM-IR compiler, written in Java ☕

Language: Java - Size: 755 KB - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

qingpeng9802/minijava-to-k210-riscv-compiler

This Compiler can translate MiniJava into K210 RISC-V assembly.

Language: Assembly - Size: 395 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 4 - Forks: 1

ntrivix/Mini-Java-Compiler

Mini Java Compiler implemented using Lex and Yacc

Language: C - Size: 39.1 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 6 - Forks: 3

magic3007/MiniJava-Compiler

🕹 Implementation for the lesson Compiling Engineering(2020 Spring) in Peking University, adjusted from UCLA CS 132 Project.

Language: Java - Size: 1.76 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 5 - Forks: 0

mar-kan/semantics_check_for_minijava

Semantics check project for the minijava language, written in Java

Language: Java - Size: 315 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

SilicDev/MiniJavaCompiler

Compiler for MiniJava

Language: Java - Size: 57.6 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

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.

Language: Java - Size: 354 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

JohnPapad/MiniJava-Compiler

A handmade compiler for MiniJava, a subset of Java, using JavaCC, JTB, LLVM.

Language: Java - Size: 949 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 1

thiagodnf/minijava

A MiniJava Compiler

Language: Java - Size: 136 MB - Last synced: about 2 months ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

frinipanteliadi/Mini-Java-Compiler

A compiler implementation for the MiniJava language (a subset of Java)

Language: Java - Size: 4.86 MB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

NicolaFolchi/miniJava-compiler

A compiler for miniJava written in Java | Showcase version

Language: JavaScript - Size: 1.83 MB - Last synced: 12 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

maihesham/mini-java-complier

Language: Java - Size: 88.9 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

simonwangao/MiniJava_Compiler

The project for COMP130014 @ Fudan University

Language: Python - Size: 3.72 MB - Last synced: 8 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 2

errikos/minijava-to-spiglet-compiler

MiniJava to Spiglet compiler and some optimisation-oriented static analyses on Spiglet code

Language: Java - Size: 161 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0