{"id":31594746,"url":"https://github.com/slowy07/xvr","last_synced_at":"2026-02-18T09:07:45.673Z","repository":{"id":317395314,"uuid":"1056883927","full_name":"slowy07/xvr","owner":"slowy07","description":"The xvr programming language","archived":false,"fork":false,"pushed_at":"2026-02-17T08:14:16.000Z","size":1263,"stargazers_count":12,"open_issues_count":6,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T10:52:18.126Z","etag":null,"topics":["bytecode-interpreter","programming-language"],"latest_commit_sha":null,"homepage":"https://wargaslowy.github.io/xvrlang-website/","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/slowy07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-15T01:28:49.000Z","updated_at":"2026-02-17T08:14:19.000Z","dependencies_parsed_at":"2025-09-30T17:23:07.158Z","dependency_job_id":"2b534350-b8cc-4977-8bfc-78f563ff7995","html_url":"https://github.com/slowy07/xvr","commit_stats":null,"previous_names":["slowy07/xvr"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/slowy07/xvr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slowy07%2Fxvr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slowy07%2Fxvr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slowy07%2Fxvr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slowy07%2Fxvr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slowy07","download_url":"https://codeload.github.com/slowy07/xvr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slowy07%2Fxvr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29574068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: 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":["bytecode-interpreter","programming-language"],"created_at":"2025-10-06T03:37:13.960Z","updated_at":"2026-02-18T09:07:45.668Z","avatar_url":"https://github.com/slowy07.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image_banner](.github/images/banner_xvr.png)\n\n## Feature\n\n- intermediate bytecode interpretation\n\n\u003e [!NOTE]\n\u003e For more information about project you can check the [docs](docs) for documentation about xvr, and you can check the sample code from [code](code) directory\n\n## Build Instruction\n\n\u003e [!NOTE]\n\u003e For Windows using (mingw32 \u0026 Cygwin), For linux or Unix already support compiler\n\nBuild interpreter\n```sh\n# make the interpreter\nmake inter\n# the compilation output\n# can check on the /out directory\n# including external library\n```\n\n```\nmake tests-cases\nmake inter\n```\n\n## Say wello with Xvr\n```xvr\nproc say_hello(name: string): string {\n    return \"wello \" + name;\n}\n```\n\n## Print with Format Specifiers\n```xvr\nprint(\"Hello %s\", \"World\");           // Hello World\nprint(\"Number: %d\", 42);               // Number: 42\nprint(\"Float: %f\", 3.14);             // Float: 3.14\nprint(\"%s is %d years old\", \"arfy\", 25);  // arfy is 25 years old\n```\n\nSupported specifiers: `%s` (string/any), `%d`/`%i` (integer), `%f`/`%g` (float), `%%` (literal %), `\\n` (newline)\n\n## Need Tutorial?\n\nYou can check on [tutorial](docs/tutorial) for explore some tutorials.\n\n## Side project XvrLang\n\n- Neovim Syntax highlighting for XvrLang: [xvrlang-treesitter](https://github.com/WargaSlowy/xvrlang-treesitter)\n- Vscode Syntax highlighting for XvrLang: [xvrlang-vscode](https://github.com/WargaSlowy/xvrlang-vscode)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslowy07%2Fxvr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslowy07%2Fxvr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslowy07%2Fxvr/lists"}