{"id":23220547,"url":"https://github.com/ranon-rat/brainfuck-interpreter","last_synced_at":"2026-03-05T12:01:59.013Z","repository":{"id":110212807,"uuid":"487117315","full_name":"ranon-rat/brainfuck-interpreter","owner":"ranon-rat","description":"a simple brainfuck interpreter made with haskell and love","archived":false,"fork":false,"pushed_at":"2024-08-19T00:36:49.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:42:43.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ranon-rat.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":"2022-04-29T21:41:52.000Z","updated_at":"2024-11-05T20:50:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb9fb191-89cc-4860-9d34-fbb2d1088c35","html_url":"https://github.com/ranon-rat/brainfuck-interpreter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ranon-rat/brainfuck-interpreter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fbrainfuck-interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fbrainfuck-interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fbrainfuck-interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fbrainfuck-interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ranon-rat","download_url":"https://codeload.github.com/ranon-rat/brainfuck-interpreter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranon-rat%2Fbrainfuck-interpreter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30123729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"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":[],"created_at":"2024-12-18T22:13:15.679Z","updated_at":"2026-03-05T12:01:58.979Z","avatar_url":"https://github.com/ranon-rat.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# brainfuck-interpreter-made-with-haskell\n a simple haskell interpreter made with love ❤️\n\n ```\nThe only commands that you can use when you arent using the repl are:\n\n\thelp :obviously this is going to show you this\n\trepl : you can use it for interact with the interpreter\n\trun   run \u003cprogram\u003e  : with this you can run the program  \n There is only two commands in the REPL\n\t:q     \t\tto quit \n\t:help  \t\tto list the coomands\n\t:clear \t\tclear the screan \n\t:reset \t\treset the cells and the current cell\n  :where-im show you where you are\n\t:cells\n\t\n The operators of brainfuck are:\n\n\t+ \tto add in the current cell\n\t- \tto subtract in the current cell\n\t\u003e \tto move to the next cell\n\t\u003c \tto move to the previous cell\n\t. \tto print the current cell\n\t, \tto print a new line\n\n The operators for the loop\n\n\t[   to open a loop(if the value of the current cell if  is 0 \n\t\t\tit will go to the next cell after \"]\") \n\n\t] \tthis close the loop( if the current value of the cell\n\t\t \twhen we evaluate this is 0 , the loop ends\n\t\t \tand if it doesnt the loop iterate again)\n\n\n ```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franon-rat%2Fbrainfuck-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franon-rat%2Fbrainfuck-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franon-rat%2Fbrainfuck-interpreter/lists"}