{"id":15693465,"url":"https://github.com/marihachi/holo","last_synced_at":"2025-05-06T21:06:02.754Z","repository":{"id":210910581,"uuid":"727743540","full_name":"marihachi/holo","owner":"marihachi","description":"A system programming language of modern syntaxes with LLVM.","archived":false,"fork":false,"pushed_at":"2024-06-16T19:58:23.000Z","size":230,"stargazers_count":9,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-06T21:03:48.585Z","etag":null,"topics":["compiler","llvm","low-level","programming-language","system-programming"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marihachi.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}},"created_at":"2023-12-05T13:41:07.000Z","updated_at":"2024-10-30T18:53:48.000Z","dependencies_parsed_at":"2024-02-11T12:27:37.900Z","dependency_job_id":"5fcbf9e9-6da5-4a8a-ae70-d21a10c517de","html_url":"https://github.com/marihachi/holo","commit_stats":null,"previous_names":["marihachi/holo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2Fholo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2Fholo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2Fholo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2Fholo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marihachi","download_url":"https://codeload.github.com/marihachi/holo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252769398,"owners_count":21801376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","low-level","programming-language","system-programming"],"created_at":"2024-10-03T18:43:54.437Z","updated_at":"2025-05-06T21:06:02.712Z","avatar_url":"https://github.com/marihachi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# It is currently being developed in C#. We plan to replace the current implementation.\n\n# holo\nA system programming language of modern syntaxes with LLVM.\n\nWIP!\n\n## Concept\n- Modern syntax introducing elements of functional languages.\n  - if式やswitch式のサポート\n  - ブロック式による値のReturn\n- Type system\n  - 参照型のサポート\n  - いずれかの型であることを表すユニオン型のサポート\n- Generate LLVM IR code\n\n## Syntax image\n```\nvar x: int;\n\nfn main(argc: int, argv: char*[]): int {\n  var x: int = 1;\n\n  if (x == 1) {\n    0\n  } else {\n    1\n  }\n}\n```\n\n## How to compile\n`clang` command is required (clang 16 or 17 recommended).\n\n```sh\n# install holo\nnpm i\nnpm run build\n\n# compile lib\ncd lib/\n./build.sh\ncd ../\n\n# compile\nnpm run holoc ./debug/main.ho ./lib/dist/system.a\n\n# run\n./main\n```\n\n## Author\n[@marihachi](https://github.com/marihachi)\n\n## Contributors\n- [@ikasoba](https://github.com/ikasoba) - [Details](https://github.com/marihachi/holo/issues?q=author%3Aikasoba)\n\n## License\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarihachi%2Fholo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarihachi%2Fholo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarihachi%2Fholo/lists"}