{"id":19892901,"url":"https://github.com/romch007/chadinterpreter","last_synced_at":"2026-06-07T01:32:11.091Z","repository":{"id":199440307,"uuid":"698550599","full_name":"romch007/chadinterpreter","owner":"romch007","description":"Custom language interpreter","archived":false,"fork":false,"pushed_at":"2024-04-14T17:08:52.000Z","size":266,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T19:44:30.377Z","etag":null,"topics":["c","interpreter","language"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/romch007.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":"2023-09-30T08:48:51.000Z","updated_at":"2025-01-07T18:15:58.000Z","dependencies_parsed_at":"2023-10-13T06:45:47.895Z","dependency_job_id":"56f0cc02-4084-4bf7-a655-2a8dbc53678e","html_url":"https://github.com/romch007/chadinterpreter","commit_stats":null,"previous_names":["romch007/chadinterpreter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romch007%2Fchadinterpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romch007%2Fchadinterpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romch007%2Fchadinterpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romch007%2Fchadinterpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romch007","download_url":"https://codeload.github.com/romch007/chadinterpreter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241321578,"owners_count":19943967,"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":["c","interpreter","language"],"created_at":"2024-11-12T18:26:05.647Z","updated_at":"2025-03-01T05:26:14.001Z","avatar_url":"https://github.com/romch007.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom language interpreter in C\n\nConfigure and build:\n\n```bash\ncmake -S . -B build\ncmake --build build --parallel\n```\n\n## Features\n\n- [x] Variables\n- [x] Types (`str`, `bool`, `int`, `float`, `null`)\n- [x] Flow control (`if`, `else if`, `else`, `while`)\n- [x] Reference counted strings\n- [x] Functions\n\n## How to use the language\n\nVariable declarations:\n\n```\nconst title = \"Hello World!\";\nlet i = 0;\nlet truth = false;\nlet null_for_the_moment;\n```\n\nFlow control:\n\n```\nlet i = 8;\nif (i \u003c 7) {\n    i = 0;\n} else if (i == 8) {\n    i += 1;\n} else {\n    i = -12;\n}\n\nwhile (i \u003c 100) {\n    i += 1;\n}\n```\n\nFunctions:\n\n```\nfn add(a, b) {\n    return a + b;\n} \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromch007%2Fchadinterpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromch007%2Fchadinterpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromch007%2Fchadinterpreter/lists"}