Notifications You must be signed in to change notification settings This repository has a follow-along video tutorial. Pre-requisities: you must have VSCode installed ...
This project implements a compiler for the MiniJava language in Java. It performs lexical analysis, parsing, semantic checks, and generates LLVM intermediate representation files that can be compiled ...