Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 320 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 320 Bytes

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)