{"id":39426077,"url":"https://github.com/gthvn1/orangutan","last_synced_at":"2026-01-18T04:00:38.772Z","repository":{"id":212452289,"uuid":"731529049","full_name":"gthvn1/orangutan","owner":"gthvn1","description":"🍌 An interpreter of Monkey lang in OCaml 🐫","archived":false,"fork":false,"pushed_at":"2024-04-11T11:28:21.000Z","size":52,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-20T00:54:07.262Z","etag":null,"topics":["monkey","ocaml"],"latest_commit_sha":null,"homepage":"","language":"OCaml","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/gthvn1.png","metadata":{"files":{"readme":"Readme.md","changelog":"Changelog.md","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}},"created_at":"2023-12-14T09:34:52.000Z","updated_at":"2024-01-01T17:11:52.000Z","dependencies_parsed_at":"2023-12-16T11:40:03.765Z","dependency_job_id":"e31c51ef-846a-4b07-bbe5-a083fbc363bc","html_url":"https://github.com/gthvn1/orangutan","commit_stats":null,"previous_names":["gthvn1/orangutan"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gthvn1/orangutan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gthvn1%2Forangutan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gthvn1%2Forangutan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gthvn1%2Forangutan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gthvn1%2Forangutan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gthvn1","download_url":"https://codeload.github.com/gthvn1/orangutan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gthvn1%2Forangutan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28529455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["monkey","ocaml"],"created_at":"2026-01-18T04:00:19.557Z","updated_at":"2026-01-18T04:00:38.756Z","avatar_url":"https://github.com/gthvn1.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Orangutan\n\nWhence Orangutan? In verity, we choose Orangutan because we are on Monkey Islang\nand Orangutans are splendid great apes native to the verdant rain-forests of\nIndonesia and Malaysia. Being engrossed in yonder task of writing an interpreter\nof Monkey Lang in OCaml, it was natural to select a primate whose appellation doth\nstarts with an 'O'.\n\n# Notes\n\n## Setup env\n- You can create a switch for the package\n  - `opam switch create ./ 5.1.1`\n  - `opam install dune alcotest -y`\n\n## Run repl\n- to run the repl: `dune exec orangutan`\n``` bash\nWelcome to Monkey Islang!\nType 'q;' to exit.\n\u003e\u003e let a = 10;;\nLET IDENT(a) ASSIGN INT(10) SEMICOLON SEMICOLON\n\u003e\u003e if a == 10 then true else false;;\nIF IDENT(a) EQ INT(10) THEN TRUE ELSE FALSE SEMICOLON SEMICOLON\n\u003e\u003e q;\nMay your trip be as enjoyable as finding\nextra bananas at the bottom of the bag!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgthvn1%2Forangutan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgthvn1%2Forangutan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgthvn1%2Forangutan/lists"}