/jack-compiler

A Jack language compiler written in Rust (nand2tetris project 10 & 11)

Primary LanguageRust

Compile jack-lang to llvm-ir

Jack compiler is a project from "The Elements of Computing Systems" Chapter 10/11. (ref: https://www.nand2tetris.org/)

This branch is an experimental work, I'm trying to compile jack programming language into llvm IR use Inkwells API. (Inkwells ref: https://github.com/TheDan64/inkwell)