{"id":34130052,"url":"https://github.com/csueiras/monkey","last_synced_at":"2026-03-09T22:02:45.017Z","repository":{"id":149415188,"uuid":"152931768","full_name":"csueiras/monkey","owner":"csueiras","description":"Interpreter for Monkey Programming Language","archived":false,"fork":false,"pushed_at":"2023-11-14T02:34:41.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-27T13:15:52.369Z","etag":null,"topics":["go","golang","interpreter","monkey-programming-language","programming-language"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/csueiras.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-14T02:19:27.000Z","updated_at":"2023-11-14T02:34:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ced1ae4-0501-45b0-a4d3-0fda749d7d74","html_url":"https://github.com/csueiras/monkey","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/csueiras/monkey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csueiras%2Fmonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csueiras%2Fmonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csueiras%2Fmonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csueiras%2Fmonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csueiras","download_url":"https://codeload.github.com/csueiras/monkey/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csueiras%2Fmonkey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"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":["go","golang","interpreter","monkey-programming-language","programming-language"],"created_at":"2025-12-15T00:21:39.066Z","updated_at":"2026-03-09T22:02:45.012Z","avatar_url":"https://github.com/csueiras.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interpreter for Monkey Language\n\nThis is my implementation of the Monkey Language Interpreter, I built this as I worked through the book \"Writing An Interpreter in Go\" by Thorsten Ball (https://interpreterbook.com/). \n\nI made some small extentions just to challenge myself to add a few features:\n- Parsing support for escape sequences: \\n \\t \\\"\n- Support for SETs and some set-related functions\n```\nHello csueiras! Type in your Monkey Language commands\n\u003e\u003e set(1,2,2,2,2,3)\nset(1,2,3)\n\u003e\u003e let setA = set(1,2,2,2,3)\n\u003e\u003e let setB = set(1,2,3,4,4,4)\n\u003e\u003e union(setA, setB)\nset(2,1,3,4)\n```\n\nThe project was fun to work on, I used it as a means to learn Go Lang, and I highly recommend for any newbie to Go!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsueiras%2Fmonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsueiras%2Fmonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsueiras%2Fmonkey/lists"}