Projects with this topic
-
A simple compiler for the BCY language
Updated -
-
Minimal compiler capable of generating both c and assembly for a subset of java instructions. As of 11/11/25, it handles only certain test-cases for C, and only the basics for asm.
Updated -
-
Elijah is a high-level language built to explore code generation and other interesting techniques.
Updated -
A programming language (better description coming)
Updated -
XML based testing platform.
Updated -
A Rockstar compiler and transpiler
Updated -
Compilador desenvolvido pela disciplina de Compiladores 7 fase UNESC
Updated -
Compilateur Petit Java (Projet ENS langage de programmation et compilation 2021)
Updated -
Projeto da disciplina de Compiladores 2020
Updated -
Trabalho de Laboratório de Compiladores 2021
Updated -
-
Custom compiler for the Jack programming language.
Updated -
Compilador projetado como avaliação para a disciplina Compiladores ofertado por Marcus Ramos - Univasf 2018.2
Updated -
MotorScript is a programming language which compiles to Minecraft functions.
Archived 1Updated -
Compilador completo para linguagem L
Updated -
The final product of my compiler theory course from college. This is a full working implementation of the C- language (a subset of the C language) written in Java. The output of the compiler is x86 assembly. I had a partner for this project.
Archived 0Updated -
The syntax parser translates the parsed tokens of the provided C- program into an Abstract Syntax Tree. This project is large and greatly leverages polymorphism to accomplish its goal.
Archived 1Updated