{"id":13782238,"url":"https://github.com/almk277/ROSE","last_synced_at":"2025-05-11T15:32:17.728Z","repository":{"id":84090893,"uuid":"1576882","full_name":"almk277/ROSE","owner":"almk277","description":"A little virtual machine with byte-code interpreter and assembler.","archived":false,"fork":false,"pushed_at":"2016-11-08T12:50:54.000Z","size":244,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-17T17:43:06.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/almk277.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}},"created_at":"2011-04-06T12:02:45.000Z","updated_at":"2017-02-13T03:53:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"7151296c-275f-43a8-a81a-701a85cf14a6","html_url":"https://github.com/almk277/ROSE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almk277%2FROSE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almk277%2FROSE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almk277%2FROSE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almk277%2FROSE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/almk277","download_url":"https://codeload.github.com/almk277/ROSE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588671,"owners_count":21932299,"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":[],"created_at":"2024-08-03T18:01:34.336Z","updated_at":"2025-05-11T15:32:17.174Z","avatar_url":"https://github.com/almk277.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"ROSE\n====\n\n**ROSE** is a programming platform designed as a convinent low-level layer with some high-level features. Programs are represented as [modules](doc/module.md) with ROSE [bytecode](doc/instr.md).\n\nROSE **virtual machine** is a program runtime - basically, it is a bytecode interpreter. It loads, verifies and executes modules.\n\nROSE [assembler](doc/rasm.md) can be used for textual module representation, and **rasm** is an assembler translator.\n\nSome ROSE features:\n* it tries to be fast, small and extremely portable;\n* code verification: no code can damage VM;\n* modularity and late binding;\n* garbage collector;\n* unified interface for different tasks through extended filesystem.\n\nMany ideas are derived from UNIX, Plan9 and JVM.\n\n[Documentation](doc/index.md)\n\n**License**: MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmk277%2FROSE","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falmk277%2FROSE","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmk277%2FROSE/lists"}