{"id":31299315,"url":"https://github.com/unknownrori/remi-lang","last_synced_at":"2025-09-25T00:55:32.699Z","repository":{"id":313080633,"uuid":"1048459996","full_name":"UnknownRori/remi-lang","owner":"UnknownRori","description":"Remi-lang is a esoteric programming language that inspired by the charismatic vampire of the Scarlet devil Remilia Scarlet","archived":false,"fork":false,"pushed_at":"2025-09-10T09:47:36.000Z","size":156,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T09:07:45.923Z","etag":null,"topics":["compiled-language","esoteric-programming-language","intepreter","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/UnknownRori.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":"2025-09-01T13:28:53.000Z","updated_at":"2025-09-12T03:16:11.000Z","dependencies_parsed_at":"2025-09-03T20:44:21.278Z","dependency_job_id":"e15ce193-0188-4132-b236-6926a006111d","html_url":"https://github.com/UnknownRori/remi-lang","commit_stats":null,"previous_names":["unknownrori/remi-lang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UnknownRori/remi-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownRori%2Fremi-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownRori%2Fremi-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownRori%2Fremi-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownRori%2Fremi-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnknownRori","download_url":"https://codeload.github.com/UnknownRori/remi-lang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownRori%2Fremi-lang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276842184,"owners_count":25714202,"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","status":"online","status_checked_at":"2025-09-24T02:00:09.776Z","response_time":97,"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":["compiled-language","esoteric-programming-language","intepreter","programming-language"],"created_at":"2025-09-25T00:55:31.594Z","updated_at":"2025-09-25T00:55:32.694Z","avatar_url":"https://github.com/UnknownRori.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remi-Lang\n\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./docs/mascot.gif\" align=\"center\" /\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cspan\u003eArt drawn by UnknownRori\u003c/span\u003e\n\u003c/div\u003e\n\n\u003e [!WARNING]\n\u003e Don't expect much on this project.\n\n## Introduction\n\nRemi-lang is a esoteric programming language that inspired by the charismatic vampire of the Scarlet devil Remilia Scarlet from [Touhou Project](https://en.wikipedia.org/wiki/Touhou_Project). This programming language can be compiled or intepreted although the available feature might be vary.\n\n### About Touhou Project\n\nTouhou Project is an indie game series (also known as \"doujin\" in Japanese)\nknown for its ensemble cast of characters and memorable soundtracks.\nIt is produced by and large by a single artist known as ZUN, and has a\n[permissive license](https://en.touhouwiki.net/wiki/Touhou_Wiki:Copyrights#Copyright_status.2FTerms_of_Use_of_the_Touhou_Project\u003e)\n\nFor more information on dōjin culture,\n[click here](https://en.wikipedia.org/wiki/D%C5%8Djin).\n\n### Support\n\n|Name            | Core | FFI |\n|----------------|------|-----|\n|Windows x86_64  |  🔧  |  🔧 |\n|Linux x86_64    |  🔧  |  🔧 |\n|JavaScript      |  ⚠️  |  ✖️ |\n|Byte Code       |  ✖️  |  ✖️ |\n\n- ✅ Well Supported\n- 🔧 Under construction\n- ⚠️  Major Bug/Issue\n- ✖️  Not supported yet\n\nAdditional Note:\n\n- Core: Core feature of the language\n- FFI: Allow you to import external shared library\n\n## Dependency\n\n- [Rust](https://rustup.rs/) - Compiler written in\n- [Fasm](https://flatassembler.net/) - Assembler that compile assembly code into .o file that the Remi-lang compiler generated\n- [gcc](https://gcc.gnu.org/) - Link the .o file into final executable (for windows I recommend using msys2/mingw one)\n\n## Quickstart\n\n```sh\n# Install the compiler from git repo without cloning manually\ncargo install --git https://github.com/UnknownRori/remi-lang/\n\n# Congratulation it installed on your path\nremi --help\n```\n\n### Development\n\n```sh\ngit clone https://github.com/UnknownRori/remi-lang\ncd remi-lang\n\n# Test the lexer and parser\ncargo test\n\n# Install it into global path\ncargo install --path .\n```\n\n## License\n\nThis project is licensed MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknownrori%2Fremi-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funknownrori%2Fremi-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknownrori%2Fremi-lang/lists"}