{"id":18268434,"url":"https://github.com/coreyjs/monkey-interpreter","last_synced_at":"2025-04-09T02:47:00.221Z","repository":{"id":73450001,"uuid":"221025966","full_name":"coreyjs/monkey-interpreter","owner":"coreyjs","description":"A real language interpreter in Go","archived":false,"fork":false,"pushed_at":"2020-07-01T16:33:45.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T21:26:08.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/coreyjs.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":"2019-11-11T16:45:05.000Z","updated_at":"2020-07-01T16:33:47.000Z","dependencies_parsed_at":"2023-02-24T04:15:29.017Z","dependency_job_id":null,"html_url":"https://github.com/coreyjs/monkey-interpreter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyjs%2Fmonkey-interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyjs%2Fmonkey-interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyjs%2Fmonkey-interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyjs%2Fmonkey-interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreyjs","download_url":"https://codeload.github.com/coreyjs/monkey-interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968240,"owners_count":21025797,"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":[],"created_at":"2024-11-05T11:31:31.778Z","updated_at":"2025-04-09T02:47:00.202Z","avatar_url":"https://github.com/coreyjs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monkey language interpreter\n\n![Go](https://github.com/coreyjs/monkey-interpreter/workflows/Go/badge.svg)\n\nBased on the book by Thorsten Ball, \"Writing an Interpreter in Go\"\n\n\nThis is in progress as of 7/1/20\n\n```\n\nlet five = 5;\nlet ten = 10;\n\t\nlet add = fn(x, y) {\n\tx + y;\n};\nlet result = add(five, ten);\n!-/*5;\n5 \u003c 10 \u003e 5;\nif(5 \u003c 10) {\n\treturn true;\n} else {\n\treturn false;\n}\n\t\n10 == 10;\n10 != 9;\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyjs%2Fmonkey-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreyjs%2Fmonkey-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyjs%2Fmonkey-interpreter/lists"}