{"id":44551644,"url":"https://github.com/mnikander/ir","last_synced_at":"2026-02-13T19:34:04.614Z","repository":{"id":327897318,"uuid":"1111170370","full_name":"mnikander/ir","owner":"mnikander","description":"interpreter for an intermediate representation based on three-address code (3AC) and static single-assignment (SSA) form","archived":false,"fork":false,"pushed_at":"2026-01-31T16:23:47.000Z","size":91,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T22:24:16.516Z","etag":null,"topics":["interpreter","ssa-form","static-single-assignment","three-address-code"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mnikander.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-06T12:13:45.000Z","updated_at":"2026-01-31T16:23:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mnikander/ir","commit_stats":null,"previous_names":["mnikander/ir"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mnikander/ir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnikander%2Fir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnikander%2Fir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnikander%2Fir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnikander%2Fir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnikander","download_url":"https://codeload.github.com/mnikander/ir/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnikander%2Fir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29415722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["interpreter","ssa-form","static-single-assignment","three-address-code"],"created_at":"2026-02-13T19:34:02.310Z","updated_at":"2026-02-13T19:34:04.599Z","avatar_url":"https://github.com/mnikander.png","language":"TypeScript","readme":"# Intermediate Representation\n\nAn interpreter for an intermediate representation (IR).\nThis IR is based on three-address code (3AC aka TAC) and static single-assignment (SSA) form.\nLike all IRs, it sits between high-level languages such as C or TypeScript on one end, and Assembly on the other end.\n\n## Getting Started\n\nThis project is implemented in TypeScript, using [Deno](https://deno.com/).\nAfter setting up deno, navigate into the directory of this repository and install the required dependencies using:\n\n```\ncd ir/\ndeno install\n```\n\nBuild and run the tests with:\n```\ndeno test\n```\n\n## More Information\n- [IR design](./design.md)\n- [Log of design decisions for the interpreter and IR](./decisions.md)\n\n---\n**Copyright (c) 2026 Marco Nikander**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnikander%2Fir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnikander%2Fir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnikander%2Fir/lists"}