A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.
-
Updated
Feb 15, 2022 - C++
A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.
MiniJava to LLVM IR compiler
🦖| Mini Java Compiler.
Transpiler from MiniJava to C written in OCaml
This Compiler can translate MiniJava into K210 RISC-V assembly.
Implementation of a Compiler for MiniJava to LLVM, Implementation of a LL(1) parser for a calculator
A Compiler for a subset of Java (aka Minijava)
👓 💻 For this project I made my own compiler for a language called MiniJava which is a subset of Java.
🌱 MiniJava Compiler
A compiler for a subset of Java ("miniJava") as well as an abstract machine and test suites.
(Fall 2023) A compiler for Minijava, a subset of the Java Language
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.
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.
An implementation of UCLA CS 132 Project to compile Mini-Java to MIPS
Implementation of MiniJava language compiler. It covers only lexical and syntax analysis phases.
Add a description, image, and links to the minijava topic page so that developers can more easily learn about it.
To associate your repository with the minijava topic, visit your repo's landing page and select "manage topics."