{"id":20616474,"url":"https://github.com/evanxg852000/cppmonkey","last_synced_at":"2025-04-15T07:50:05.783Z","repository":{"id":56005737,"uuid":"188675399","full_name":"evanxg852000/cppmonkey","owner":"evanxg852000","description":"My C++ implementation of the monkey programming language","archived":false,"fork":false,"pushed_at":"2019-06-04T22:38:20.000Z","size":1068,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T07:50:00.428Z","etag":null,"topics":["catch2","compilers","cpp17","interpreter","monkey-programming-language"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evanxg852000.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}},"created_at":"2019-05-26T11:39:32.000Z","updated_at":"2022-08-10T14:32:11.000Z","dependencies_parsed_at":"2022-08-15T11:10:53.780Z","dependency_job_id":null,"html_url":"https://github.com/evanxg852000/cppmonkey","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/evanxg852000%2Fcppmonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanxg852000%2Fcppmonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanxg852000%2Fcppmonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanxg852000%2Fcppmonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanxg852000","download_url":"https://codeload.github.com/evanxg852000/cppmonkey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249031762,"owners_count":21201357,"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":["catch2","compilers","cpp17","interpreter","monkey-programming-language"],"created_at":"2024-11-16T11:19:21.713Z","updated_at":"2025-04-15T07:50:05.742Z","avatar_url":"https://github.com/evanxg852000.png","language":"C++","readme":"# CPP Monkey:\nThis is my implementation of the monkey programming language following \nthe wonderful book \u003ca href=\"https://interpreterbook.com\" target=\"_blank\"\u003eWriting An Interpreter In Go\u003c/a\u003e. You should definetly grab a copy if you still struggle with `Operator Precedence Parsing`. Catch2 is being used for tests.\n\n### Try it:\nThe code is self contained as a dockerized app.\n\nBuild \u0026 Jump inside the container:\n\n```\n$ docker build -t cppmonkey .\n$ docker run -it --rm -v \"$PWD\":/usr/project cppmonkey\n```\n\nRun the test\n```\n$ ./entrypoint.sh ftest\n```\n\nRun the REPL\n```\n$ ./entrypoint.sh frun\n```\n\n### Note:\nThe primary `raison d'être` of this repo is to learn compilers and C++. Please help review my c++ code, suggest improvement, best practices and idoms.\n\n### Online C++ Docs:\n- https://www.learncpp.com/\n- http://www.trytoprogram.com/c-programming\n- http://www.fredosaurus.com/notes-cpp/index.html\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanxg852000%2Fcppmonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanxg852000%2Fcppmonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanxg852000%2Fcppmonkey/lists"}