This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Releases: xicompiler/compiler
Releases · xicompiler/compiler
CS 4121/5121 Submission
Optimizing compiler targeting x86
To build: make
To clean: make clean or make clean-all
To test: make build-interpreter followed by make test (requires built runtime and x86 ISA)
To create executable: ./xic-build
To run executable: ./xic [options] <source files>