Skip to content
/ hcc Public

HACK Compiler Collection -- An effort to make the best available toolchain for HACK computer platform

License

Notifications You must be signed in to change notification settings

danopernis/hcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCC (HACK Compiler Collection)

This is an effort to make the best available toolchain for HACK computer platform. See https://danopernis.github.io/hcc/ for details. Build Status

Building & Installation

Build HCC using

mkdir build
cd build
cmake ..
make

Optionally test and install using

make test
DESTDIR=~ make install

Standard library/OS is available in directory "src/stdlib". Contents of that directory shall be copied to your Jack project.

About

HACK Compiler Collection -- An effort to make the best available toolchain for HACK computer platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published