{"id":16633479,"url":"https://github.com/aapeliv/kazm","last_synced_at":"2026-04-16T09:36:24.626Z","repository":{"id":45254665,"uuid":"410090459","full_name":"aapeliv/kazm","owner":"aapeliv","description":"A small C-like programming language implemented in OCaml","archived":false,"fork":false,"pushed_at":"2021-12-29T17:33:29.000Z","size":1182,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-12-19T17:27:28.576Z","etag":null,"topics":["compiler","llvm","ocaml"],"latest_commit_sha":null,"homepage":"","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aapeliv.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-24T20:14:15.000Z","updated_at":"2023-04-10T03:15:57.000Z","dependencies_parsed_at":"2022-09-10T05:50:42.483Z","dependency_job_id":null,"html_url":"https://github.com/aapeliv/kazm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aapeliv/kazm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapeliv%2Fkazm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapeliv%2Fkazm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapeliv%2Fkazm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapeliv%2Fkazm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aapeliv","download_url":"https://codeload.github.com/aapeliv/kazm/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aapeliv%2Fkazm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["compiler","llvm","ocaml"],"created_at":"2024-10-12T05:23:39.838Z","updated_at":"2026-04-16T09:36:24.607Z","avatar_url":"https://github.com/aapeliv.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kazm\n\nKazm is a C-like programming language implemented in OCaml for the Programming Languages and Translators class at Columbia University.\n\nIn addition to a basic subset of C, Kazm also supports lightweight classes, arrays, and a scoping mechanism that automatically destroys objects.\n\n## Compiling a program\n\nThe easiest way to run the Kazm compiler is using Docker and the bundled helper. First clone the repository and enter the `kazm` directory, then compile the included `hello_world.kazm` file in the Kazm Docker container:\n\n```sh\ngit clone git@github.com:aapeliv/plt.git\ncd kazm/\ndocker run --rm -it -v $(pwd):/home/kazm -w=/home/kazm aapeliv/plt ./compile.py --run hello_world.kazm\n```\n\nThe helper can be run without the `--run` switch in which case the compiler will simply produce an executable but not run it.\n\n## Running all tests\n\n```sh\ncd kazm/\ndocker run --rm -it -v $(pwd):/home/kazm -w=/home/kazm aapeliv/plt ./test.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faapeliv%2Fkazm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faapeliv%2Fkazm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faapeliv%2Fkazm/lists"}