Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Releases: xicompiler/compiler

CS 4121/5121 Submission

21 May 00:55
Compare
Choose a tag to compare

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>