Skip to content

TheoW03/Hazelc

Repository files navigation

Hazelc

Hazel is an open source, purely functional, declartive programming language that is designed to make functional programming more apporachable for people coming from imparaitive langauges such as C.

Build Instructions

make sure you have CMake v3.22.1 and the LLVM version 17.0.0 if not download them here

now run this in your terminal

cmake -S . -B build 
cmake --build build --config Release -DPROFILING={ON|OFF}
./hazelc --help

Documentation

About

LLVM Compiler for Hazel; a declarative, Functional Programming Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages