{"id":28430994,"url":"https://github.com/theow03/hazelc","last_synced_at":"2026-04-08T14:02:30.010Z","repository":{"id":272512071,"uuid":"902608227","full_name":"TheoW03/Hazelc","owner":"TheoW03","description":"LLVM Compiler for Hazel; a declarative, Functional Programming Language ","archived":false,"fork":false,"pushed_at":"2025-08-24T02:11:22.000Z","size":743,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T09:48:49.564Z","etag":null,"topics":["compilers","functional-programming","llvm"],"latest_commit_sha":null,"homepage":"https://github.com/TheoW03/Hazelc/blob/master/Hazel_docs.pdf","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheoW03.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-12T22:51:35.000Z","updated_at":"2025-08-24T02:11:25.000Z","dependencies_parsed_at":"2025-01-30T16:26:40.600Z","dependency_job_id":"0e87c9ac-7318-4e17-b06a-af0cb97b2646","html_url":"https://github.com/TheoW03/Hazelc","commit_stats":null,"previous_names":["theow03/hazel","theow03/hazelc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheoW03/Hazelc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheoW03%2FHazelc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheoW03%2FHazelc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheoW03%2FHazelc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheoW03%2FHazelc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheoW03","download_url":"https://codeload.github.com/TheoW03/Hazelc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheoW03%2FHazelc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31558386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compilers","functional-programming","llvm"],"created_at":"2025-06-05T14:35:44.383Z","updated_at":"2026-04-08T14:02:30.005Z","avatar_url":"https://github.com/TheoW03.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hazelc\n\n![](https://img.shields.io/badge/License-GPLv3-blue.svg)\n![](https://tokei.rs/b1/github/TheoW03/hazel)\n\nHazel is an open source, purely functional, declartive programming language that is designed \nto make functional programming more apporachable for people coming from imparaitive langauges such as C.\n\n\n## Build Instructions\n\nmake sure you have CMake v3.22.1 and the LLVM version 17.0.0\nif not download them here\n\n- [cmake]\n \n- [llvm]\n\n\nnow run this in your terminal\n\n```sh\ncmake -S . -B build \ncmake --build build --config Release -DPROFILING={ON|OFF}\n./hazelc --help\n```\n\n## Documentation\n\n- [langauge-definition]\n\n- [examples]\n\n# Progress\n\nThis a list of features I have implemented in the compiler\n\n## Code Structures\n\n- [x] Comments\n- [x] Functions\n- [x] Conditionals\n- [x] Modules and Mdules Imports\n- [ ] Lists\n- [x] Function calls without parameters\n- [ ] Function calls with parameters\n- [ ] Anonmyous Functions\n\n## Types\n\n- [x] Native Types\n- [ ] Struct Types\n- [ ] Generics\n- [ ] Variants (enum)\n- [ ] Function Types\n- [x] None\n\n## Operators\n\n- [x] Basic Math Operators\n- [x] Boolean Operators\n- [ ] String Operators(concation done, Substring and charat needs some work)\n- [x] Bitwise Operators\n- [ ] List Operators\n- [ ] Unary Operators\n\n\n\n[llvm]: \u003chttps://releases.llvm.org/download.html\u003e\n\n[cmake]: \u003chttps://cmake.org/download/\u003e\n[langauge-definition]: \u003chttps://github.com/TheoW03/Hazelc/blob/master/Hazel_docs.pdf\u003e\n[examples]: \u003chttps://github.com/TheoW03/Hazelc/tree/master/samples\u003e\n[lines-of-code-badge]: \u003chttps://tokei.rs/b1/github/TheoW03/Hazel\u003e\n[gpl]:\u003chttps://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheow03%2Fhazelc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheow03%2Fhazelc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheow03%2Fhazelc/lists"}