{"id":20647485,"url":"https://github.com/jmbhughes/tapelanguage","last_synced_at":"2026-04-20T11:36:56.225Z","repository":{"id":67155760,"uuid":"124302943","full_name":"jmbhughes/TapeLanguage","owner":"jmbhughes","description":"A basic programming language on a tape","archived":false,"fork":false,"pushed_at":"2018-03-08T00:52:45.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T11:36:34.407Z","etag":null,"topics":["programming-language","tape","turing-machine","turing-machine-simulator"],"latest_commit_sha":null,"homepage":"","language":"Python","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/jmbhughes.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":"2018-03-07T22:36:39.000Z","updated_at":"2018-03-08T00:53:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"823b52ea-4e1c-4b15-a93f-39d30310c02d","html_url":"https://github.com/jmbhughes/TapeLanguage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmbhughes/TapeLanguage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbhughes%2FTapeLanguage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbhughes%2FTapeLanguage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbhughes%2FTapeLanguage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbhughes%2FTapeLanguage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmbhughes","download_url":"https://codeload.github.com/jmbhughes/TapeLanguage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmbhughes%2FTapeLanguage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32045832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["programming-language","tape","turing-machine","turing-machine-simulator"],"created_at":"2024-11-16T16:32:57.933Z","updated_at":"2026-04-20T11:36:56.200Z","avatar_url":"https://github.com/jmbhughes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TapeLangauge\nA basic programming language on a tape\n\nThis project was inspired by an assignment for the Spring 2018 Programming Languages assignment at Williams College using a trivial language called Breph. The language has been modified here. The language operates very simply with a data array, like a Turing Machine tape, and a simple set of commands:\n\n| Command   | Action                                   | \n|:---------:| ---------------------------------------- | \n| p         | Print whatever the data pointer is over  |\n| l         | Move the data pointer left one position  |\n| r         | Move the data pointer right one position |\n| +         | Increment the value under data pointer   |\n| -         | Decrement the value under data pointer   |\n| (         | If the value at data pointer is zero, then jump to matching ) and execute following command. Otherwise, move to next instruction.  |\n| )         | If the value at data pointer is nonzero, then jump back to matching ( and execute the following command. Otherwise move to next instruction. |\n| i         | Take input and place at data pointer location |\n\n## Requirements\nThis requires `Python 3` and the `argparse` package.\n\n## Example programs\nSome simple examples have been provided in [examples/](./examples/). Notice that the first line is the input for the program to run (what is accessed with the I command) and the rest of the code is on the following line. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmbhughes%2Ftapelanguage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmbhughes%2Ftapelanguage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmbhughes%2Ftapelanguage/lists"}