{"id":21547099,"url":"https://github.com/gabrielpacheco23/tape","last_synced_at":"2026-01-30T14:18:23.044Z","repository":{"id":134549400,"uuid":"420825607","full_name":"gabrielpacheco23/tape","owner":"gabrielpacheco23","description":"A cell-based esoteric programming language with a JIT compiler","archived":false,"fork":false,"pushed_at":"2024-11-15T21:16:38.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T05:57:01.780Z","etag":null,"topics":["brainfuck","esoteric-language","jit","programming-language","rust","tape"],"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/gabrielpacheco23.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}},"created_at":"2021-10-25T00:06:01.000Z","updated_at":"2024-11-15T21:16:41.000Z","dependencies_parsed_at":"2025-04-10T05:52:13.300Z","dependency_job_id":"d91b93b7-2c31-4f6a-8c88-3932e8313166","html_url":"https://github.com/gabrielpacheco23/tape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabrielpacheco23/tape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpacheco23%2Ftape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpacheco23%2Ftape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpacheco23%2Ftape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpacheco23%2Ftape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielpacheco23","download_url":"https://codeload.github.com/gabrielpacheco23/tape/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielpacheco23%2Ftape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"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":["brainfuck","esoteric-language","jit","programming-language","rust","tape"],"created_at":"2024-11-24T06:14:09.413Z","updated_at":"2026-01-30T14:18:23.024Z","avatar_url":"https://github.com/gabrielpacheco23.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tape\n\n## A cell-based esoteric programming language with JIT compilation\nTape is a cell-based, brainfuck-like programming language which features both a JIT compiler and a bytecode VM with a non-wasted array-like structure to manage memory.\n\n## Example\n\n```\n#! This program outputs the letter A and a newline character\nmake tape[2]\nmake ptr: idx\n\nincr tape[ptr]\n+64\nputch\n\nincr ptr\nincr tape[ptr]\n+9\nputch\n```\n\nCheck the examples folder for other implementations using loops.\n\n## Build\nTo build the executable you must have cargo and rust installed.\n\n```\ncargo build --release\n```\n\n## Usage\nTo run using the bytecode VM:\n\n```\ntape \u003cfilename\u003e \n```\n\nUsing the JIT compiler:\n\n```\ntape --jit \u003cfilename\u003e\n```\n\nThe flag ```--verbose``` (or -v) outputs additional information:\n```\n[Using JIT compiler]\n\nHello World!\n ```\n\n## License\nMIT [License](LICENSE)\n\nCopyright © 2024 Gabriel Pacheco\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielpacheco23%2Ftape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielpacheco23%2Ftape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielpacheco23%2Ftape/lists"}