{"id":51128369,"url":"https://github.com/erik-donath/kage","last_synced_at":"2026-06-25T10:00:50.975Z","repository":{"id":362540669,"uuid":"1259590070","full_name":"Erik-Donath/kage","owner":"Erik-Donath","description":"An ordinary Eso-Lang.","archived":false,"fork":false,"pushed_at":"2026-06-04T18:00:54.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-04T21:07:05.140Z","etag":null,"topics":["c","cmake","esolangs","kage","kage-esolang","mit-license"],"latest_commit_sha":null,"homepage":"https://github.com/Erik-Donath/kage","language":"C","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/Erik-Donath.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T16:54:49.000Z","updated_at":"2026-06-04T18:01:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Erik-Donath/kage","commit_stats":null,"previous_names":["erik-donath/kage"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Erik-Donath/kage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erik-Donath%2Fkage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erik-Donath%2Fkage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erik-Donath%2Fkage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erik-Donath%2Fkage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Erik-Donath","download_url":"https://codeload.github.com/Erik-Donath/kage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erik-Donath%2Fkage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34769611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c","cmake","esolangs","kage","kage-esolang","mit-license"],"created_at":"2026-06-25T10:00:49.356Z","updated_at":"2026-06-25T10:00:50.967Z","avatar_url":"https://github.com/Erik-Donath.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kage\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Language](https://img.shields.io/badge/Language-Kage-purple)](#)\n[![CI](https://github.com/Erik-Donath/kage/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Erik-Donath/kage/actions/workflows/ci.yml)\n\nAn ordinary Eso-Lang.\n\n## Overview\n\nKage is a minimal register-based esoteric programming language built around three keyword families:\n\n| Family  | Keywords                   |\n|---------|----------------------------|\n| Yami    | `yami`, `Yami`, `YAMI`     |\n| Hikari  | `hikari`, `Hikari`, `HIKARI` |\n| Rei     | `rei`, `Rei`, `REI`        |\n\nPrograms operate on an infinite set of lazily initialized 32-bit registers, featuring arithmetic operations, conditional jumps, character I/O, and a dedicated zero register.\n\nRead [Language.md](Language.md) for a complete language reference.\nRead [Implementation.md](Implementation.md) for a breakdown of the interpreter internals.\n\n## Usage\n\n```sh\nkage [options] \u003cfile\u003e\nkage [options] -e \u003ccode\u003e\n\nOptions:\n  -h, --help                 Show this help message and exit\n  -v, --version              Print version and exit\n  -e \u003ccode\u003e                  Execute code directly\n  -i \u003cfile\u003e --input \u003cfile\u003e   Uses the content of an file instead of stdin for VM input\n  -o \u003cfile\u003e --output \u003cfile\u003e  Prints the VM Output to an file instead of stdout\n      --verbose              Enable debug output (token dump, IR dump)\n      --max-steps N          Abort after N instructions (0 = unlimited)\n```\n\n## Building\n\nKage uses CMake and requires a C17-compatible compiler.\n\n### Requirements\n\n- CMake 3.20 or newer\n- GCC, Clang, or another C17-compatible compiler\n\n### Configure and Build\n\n```sh\ngit clone https://github.com/Erik-Donath/kage.git\ncd kage\ncmake -B build -DCMAKE_BUILD_TYPE=Release\ncmake --build build --config Release\n```\n\n### Run\n\n```sh\n./build/kage --help\n./build/kage test.kage\n./build/kage -e \"1 yami 72 rei 1 rei 0\"\n./build/kage --verbose test.kage\n./build/kage --max-steps 1000 test.kage\n```\n\n## License\n\nKage is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferik-donath%2Fkage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferik-donath%2Fkage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferik-donath%2Fkage/lists"}