{"id":24424019,"url":"https://github.com/yutopp/rill","last_synced_at":"2025-04-12T07:51:19.849Z","repository":{"id":8976780,"uuid":"10721034","full_name":"yutopp/rill","owner":"yutopp","description":"Statically typed system programming language for 文鳥","archived":false,"fork":false,"pushed_at":"2021-02-22T13:55:53.000Z","size":3233,"stargazers_count":94,"open_issues_count":5,"forks_count":7,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-26T03:04:33.246Z","etag":null,"topics":["programming-language"],"latest_commit_sha":null,"homepage":"https://yutopp.github.io/rill-docs/","language":"OCaml","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yutopp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_1_0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-16T14:17:56.000Z","updated_at":"2023-12-19T06:06:07.000Z","dependencies_parsed_at":"2022-08-27T01:52:01.713Z","dependency_job_id":null,"html_url":"https://github.com/yutopp/rill","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutopp%2Frill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutopp%2Frill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutopp%2Frill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutopp%2Frill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yutopp","download_url":"https://codeload.github.com/yutopp/rill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537003,"owners_count":21120688,"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":["programming-language"],"created_at":"2025-01-20T10:48:51.710Z","updated_at":"2025-04-12T07:51:19.796Z","avatar_url":"https://github.com/yutopp.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rill Programming Language\n\n*This repository is heavely under development...*\n\n![chi-](http://yutopp.net/image/chi-.png \"Bun\")\n![CI](https://github.com/yutopp/rill/workflows/CI/badge.svg)\n\nRill-lang is a programming language which is designed for systems programming.\n\nThis repository contains the implementation of Rill-lang.\n\n## Supported targets\n\n* x86_64-unknown-linux-gnu\n* wasm32-wasi\n\n## How to use\n\ne.g. `rillc compile test/pass/hello_world.rill` generates `a.out` by default.\n\nPlease execute `rill --help` to check more options!\n\n## How to build\n\n### Supported Environments\n\n- Arch Linux (host: x86_64)\n- Ubuntu 20.04 (host: x86_64)\n\n### Prerequisites\n\n* OCaml (\u003e= 4.09.0)\n* OPAM (\u003e= 2.1.0~beta2)\n  * dune (\u003e= 2.5)\n* CMake (\u003e= 3.5.1)\n* LLVM (\u003e= 11.0.0)\n* GCC (\u003e= 10)\n\n### Steps\n\n#### Clone files\n\n```bash\n$ git clone https://github.com/yutopp/rill.git\n$ cd rill\n```\n\n#### Setup rillc (compiler only) environments\n\nSee [rillc/README](./rillc/README.md).\n\n#### Generate project files by using CMake\n\n```bash\nrill$ cmake -B build\n```\n\nThe project will be created under the `build` directory, which can be named any way you like.\n\n#### Build a toolchain\n\n```bash\nrill$ cmake --build build\n```\n\nor\n\n```bash\nrill$ cd build\nbuild$ make\n```\n\n#### Run tests\n\n```bash\nrill$ cd build\nbuild$ make CTEST_OUTPUT_ON_FAILURE=1 test\n```\n\n#### Install a toolchain\n\n```\ncmake --install build --prefix /usr/local\n```\n\nA toolchain will be installed under the specified `prefix`.\n\n## License\n\nBoost License Version 1.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutopp%2Frill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyutopp%2Frill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutopp%2Frill/lists"}