{"id":19771957,"url":"https://github.com/vezel-dev/graf","last_synced_at":"2025-04-30T17:33:04.014Z","repository":{"id":244606843,"uuid":"802246317","full_name":"vezel-dev/graf","owner":"vezel-dev","description":"A graph-oriented intermediate representation, optimization framework, and machine code generator.","archived":false,"fork":false,"pushed_at":"2024-10-24T16:43:10.000Z","size":142,"stargazers_count":17,"open_issues_count":26,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-24T17:26:44.427Z","etag":null,"topics":["c","compiler","interpreter","jit","language","optimizer","runtime","toolchain","zig"],"latest_commit_sha":null,"homepage":"https://docs.vezel.dev/graf","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vezel-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-0BSD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"vezel-dev","open_collective":"vezel"}},"created_at":"2024-05-17T20:16:38.000Z","updated_at":"2024-10-24T16:43:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1066f20-8fec-4682-899f-eacc8c533d8b","html_url":"https://github.com/vezel-dev/graf","commit_stats":{"total_commits":102,"total_committers":2,"mean_commits":51.0,"dds":0.3431372549019608,"last_synced_commit":"6f012a34716cf820ddd531c6e3e2e6b3da6c9119"},"previous_names":["vezel-dev/graf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vezel-dev%2Fgraf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vezel-dev%2Fgraf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vezel-dev%2Fgraf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vezel-dev%2Fgraf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vezel-dev","download_url":"https://codeload.github.com/vezel-dev/graf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223953079,"owners_count":17230996,"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","compiler","interpreter","jit","language","optimizer","runtime","toolchain","zig"],"created_at":"2024-11-12T05:04:55.612Z","updated_at":"2024-11-12T05:04:56.060Z","avatar_url":"https://github.com/vezel-dev.png","language":"Zig","funding_links":["https://github.com/sponsors/vezel-dev","https://opencollective.com/vezel"],"categories":[],"sub_categories":[],"readme":"# Graf\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"graf.svg\"\n         width=\"128\"\n         alt=\"Graf\" /\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cstrong\u003e\n        A graph-oriented intermediate representation, optimization framework,\n        and machine code generator.\n    \u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![License](https://img.shields.io/github/license/vezel-dev/graf?color=brown)](LICENSE-0BSD)\n[![Commits](https://img.shields.io/github/commit-activity/m/vezel-dev/graf/master?label=commits\u0026color=slateblue)](https://github.com/vezel-dev/graf/commits/master)\n[![Build](https://img.shields.io/github/actions/workflow/status/vezel-dev/graf/build.yml?branch=master)](https://github.com/vezel-dev/graf/actions/workflows/build.yml)\n[![Discussions](https://img.shields.io/github/discussions/vezel-dev/graf?color=teal)](https://github.com/vezel-dev/graf/discussions)\n[![Discord](https://img.shields.io/badge/discord-chat-7289da?logo=discord)](https://discord.gg/wtzCfaX2Nj)\n[![Zulip](https://img.shields.io/badge/zulip-chat-394069?logo=zulip)](https://vezel.zulipchat.com)\n\n\u003c/div\u003e\n\n--------------------------------------------------------------------------------\n\n\u003e [!WARNING]\n\u003e This is currently in-development vaporware.\n\n**Graf** is a graph-oriented compiler infrastructure written in Zig. Chiefly, it\nprovides the Graph Code intermediate representation, a simple optimization\nframework, and a machine code generator.\n\nGraph Code is based on the [RVSDG](https://dl.acm.org/doi/abs/10.1145/3391902),\na novel IR that has a number of desirable properties such as explicit data and\nstate dependencies, inherent static-single assignment form, strong\ncanonicalization, and whole-program representation.\n\nOptimization is primarily based on\n[e-graphs and equality saturation](https://dl.acm.org/doi/10.1145/3434304). In\naddition to being a natural fit for the RVSDG, this results in a cohesive\nframework for discovering rewrites and losslessly adding them to the IR, thus\navoiding the phase-ordering problem.\n\nFor more information, please visit the\n[project home page](https://docs.vezel.dev/graf).\n\n## Building\n\nYou will need Zig, Pandoc, and Node.js installed. Simply run `zig build` to\nbuild artifacts. Run `zig build --help` for a list of configurable options and\noptional build steps.\n\n## License\n\nThis project is licensed under the terms found in\n[`LICENSE-0BSD`](LICENSE-0BSD).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvezel-dev%2Fgraf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvezel-dev%2Fgraf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvezel-dev%2Fgraf/lists"}