{"id":15430183,"url":"https://github.com/zhuorantan/pl0","last_synced_at":"2026-05-05T05:38:58.280Z","repository":{"id":153190117,"uuid":"132468402","full_name":"zhuorantan/PL0","owner":"zhuorantan","description":"A PL/0 programming language compiler implemented with Python 3 and LLVM","archived":false,"fork":false,"pushed_at":"2018-05-20T10:14:54.000Z","size":15242,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-18T05:56:46.193Z","etag":null,"topics":["compiler","llvm","llvm-ir","pl0","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/zhuorantan.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":"2018-05-07T13:58:29.000Z","updated_at":"2024-04-08T11:22:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"c566abbb-fcd1-46f8-8cca-942c210270d9","html_url":"https://github.com/zhuorantan/PL0","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"59f5bdad7e474310d68f0d834a70937d8a7bb671"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zhuorantan/PL0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuorantan%2FPL0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuorantan%2FPL0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuorantan%2FPL0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuorantan%2FPL0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhuorantan","download_url":"https://codeload.github.com/zhuorantan/PL0/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuorantan%2FPL0/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32637553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["compiler","llvm","llvm-ir","pl0","python3"],"created_at":"2024-10-01T18:14:12.739Z","updated_at":"2026-05-05T05:38:58.246Z","avatar_url":"https://github.com/zhuorantan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PL/0\n### A PL/0 programming language compiler implemented with Python 3 and LLVM\n\n# Usage\n```shell\npython main.py path/to/pl0/source/file\n```\n\n# Requirements\nThis program generates LLVM IR code. In order to generate executable binaries, LLVM command line tool and GCC have to be installed.\n\nOn macOS, LLVM can be installed via\n```shell\nbrew install llvm\n```\nSince homebrew doesn't symlink LLVM into /usr/local, you have to manually add the path of `llc` to `PATH` environment variable, or provide the path of `llc` by\n```shell\npython main.py path/to/pl0/source/file -llc /usr/local/opt/llvm/bin/llc\n```\n\n# [License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhuorantan%2Fpl0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhuorantan%2Fpl0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhuorantan%2Fpl0/lists"}