~sircmpwn/harec

Hare bootstrap compiler
Save sources unaffected by -M for places using them as full paths
c70bff73 — Antonio Terceiro 30 days ago
types: add missing newline to "Unsupported or unrecognized target" error message
parse: better error report in invalid local defines

clone

read-only
https://git.sr.ht/~sircmpwn/harec
read/write
git@git.sr.ht:~sircmpwn/harec

You can also use your local clone with git send-email.

#harec

This is a Hare compiler written in C11 for POSIX-compatible systems.

#Build status

Linux (x86_64)
Build status for Linux
FreeBSD (x86_64)
Build status for FreeBSD
NetBSD (x86_64)
Build status for NetBSD

#Building

cp configs/$platform.mk config.mk
make

Optionally, build and run the test suite as well:

make check

#Runtime

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.

Do not follow this link