{"id":15415788,"url":"https://github.com/shilangyu/ram-runner","last_synced_at":"2025-04-19T14:22:32.741Z","repository":{"id":92133930,"uuid":"587951504","full_name":"shilangyu/ram-runner","owner":"shilangyu","description":"A simple interpreter for the mathematical random-access machine","archived":false,"fork":false,"pushed_at":"2025-03-01T12:31:09.000Z","size":1119,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T08:32:58.354Z","etag":null,"topics":["computability","ram","random-access-machine"],"latest_commit_sha":null,"homepage":"http://github.shilangyu.dev/ram-runner/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shilangyu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-12T00:58:55.000Z","updated_at":"2025-03-01T12:30:29.000Z","dependencies_parsed_at":"2024-06-01T14:13:05.069Z","dependency_job_id":"9e53cc64-3c75-4a62-b3d8-b5e17908c75a","html_url":"https://github.com/shilangyu/ram-runner","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":0.3414634146341463,"last_synced_commit":"8ffa5f1cd500fb81018c14a6d5cab69aae148a0f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shilangyu%2Fram-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shilangyu%2Fram-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shilangyu%2Fram-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shilangyu%2Fram-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shilangyu","download_url":"https://codeload.github.com/shilangyu/ram-runner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249711333,"owners_count":21314215,"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":["computability","ram","random-access-machine"],"created_at":"2024-10-01T17:09:37.776Z","updated_at":"2025-04-19T14:22:32.704Z","avatar_url":"https://github.com/shilangyu.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random-access machine runner\n\n[![](https://github.com/shilangyu/ram-machine/workflows/ci/badge.svg)](https://github.com/shilangyu/ram-machine/actions)\n\nA simple Rust [RAM](https://en.wikipedia.org/wiki/Random-access_machine) program runner.\n\n- Lexer/Parser\n- Program executor\n- Code formatter\n\n## Web\n\nCompiled to WASM to run in the browser. Features a simple textarea for code and UI for interacting with the program executor. Live at [https://github.shilangyu.dev/ram-runner](https://github.shilangyu.dev/ram-runner).\n\n![A RAM program reversing the string in register RX](showcase.png)\n\n## CLI\n\nOnce compiled run against a file containing RAM code and some initial registers. Output will show the final state of all non-empty registers. Example:\n\n```console\n$ cargo build --release\n$ ./target/release/ram rev.ram RX=1011100010101\nRX: 1010100011101\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshilangyu%2Fram-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshilangyu%2Fram-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshilangyu%2Fram-runner/lists"}