mutability overhaul TODO
Mutability overhaul :3
type_store: remove duplicate assignment
This is a Hare compiler written in C11 for POSIX-compatible systems.
cp configs/generic.mk config.mk
# edit config.mk to suit target platform and architecture
make
OpenBSD users should copy configs/openbsd.mk
instead of configs/generic.mk
.
Optionally, build and run the test suite as well:
make check
harec includes a minimal runtime under rt
which is suitable for running the
test suite, but not recommended for production use. See docs/runtime.txt
for
details on how to provide your own runtime implementation, or use the Hare
standard library.