{"id":22636457,"url":"https://github.com/mrdvince/rmon","last_synced_at":"2025-03-29T04:47:16.708Z","repository":{"id":62867544,"uuid":"562344129","full_name":"mrdvince/rmon","owner":"mrdvince","description":"An interpreter in Rust","archived":false,"fork":false,"pushed_at":"2023-09-24T15:51:06.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T14:45:48.106Z","etag":null,"topics":["book","interpreter","knock-myself-out","language","programming-language","repl","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/mrdvince.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-11-06T03:15:57.000Z","updated_at":"2023-12-03T22:22:37.000Z","dependencies_parsed_at":"2023-08-13T14:35:34.063Z","dependency_job_id":"a6cdd6d2-5521-46d8-814a-928b16604b1d","html_url":"https://github.com/mrdvince/rmon","commit_stats":null,"previous_names":["mrdvince/rmon","mrdvince/aap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdvince%2Frmon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdvince%2Frmon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdvince%2Frmon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrdvince%2Frmon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrdvince","download_url":"https://codeload.github.com/mrdvince/rmon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140553,"owners_count":20729798,"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":["book","interpreter","knock-myself-out","language","programming-language","repl","rust"],"created_at":"2024-12-09T03:21:36.139Z","updated_at":"2025-03-29T04:47:16.687Z","avatar_url":"https://github.com/mrdvince.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rmon\n\nAn interpreter in Rust \n\u003e Following Writing an Interpreter in Go Book by Thorsten Bal\n\n## Prerequisite\n\nInstall Rust https://www.rust-lang.org/tools/install\n\n## Getting started\n\nClone the repo and cd into the repo\n\n```bash\n  git clone https://github.com/mrdvince/rmon.git\n  cd rmon\n```\n\n## Run\n```bash\ncargo -q run\n\nHello vince! This is the..I have no idea what this is tbh!!\nFeel to start typing\n\u003e\u003elet add = fn(x, y) { x + y; };\nToken { type: \"LET\", literal: \"let\" }\nToken { type: \"IDENT\", literal: \"add\" }\nToken { type: \"=\", literal: \"=\" }\nToken { type: \"FUNCTION\", literal: \"fn\" }\nToken { type: \"(\", literal: \"(\" }\nToken { type: \"IDENT\", literal: \"x\" }\nToken { type: \",\", literal: \",\" }\nToken { type: \"IDENT\", literal: \"y\" }\nToken { type: \")\", literal: \")\" }\nToken { type: \"{\", literal: \"{\" }\nToken { type: \"IDENT\", literal: \"x\" }\nToken { type: \"+\", literal: \"+\" }\nToken { type: \"IDENT\", literal: \"y\" }\nToken { type: \";\", literal: \";\" }\nToken { type: \"}\", literal: \"}\" }\nToken { type: \";\", literal: \";\" }\n```\n...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrdvince%2Frmon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrdvince%2Frmon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrdvince%2Frmon/lists"}