{"id":25204926,"url":"https://github.com/jamesnulliu/prettylazy0","last_synced_at":"2025-04-05T00:45:39.920Z","repository":{"id":239752224,"uuid":"770880774","full_name":"jamesnulliu/PrettyLazy0","owner":"jamesnulliu","description":"A PL/0 Compiler Implemented with C++","archived":false,"fork":false,"pushed_at":"2024-05-16T02:42:13.000Z","size":513,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T09:18:08.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesnulliu.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":"2024-03-12T10:23:57.000Z","updated_at":"2024-05-14T11:42:09.000Z","dependencies_parsed_at":"2024-05-14T12:45:08.028Z","dependency_job_id":"83a57505-c2ea-456f-9dc6-3086a915ff08","html_url":"https://github.com/jamesnulliu/PrettyLazy0","commit_stats":null,"previous_names":["jamesnulliu/prettylazy0"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesnulliu%2FPrettyLazy0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesnulliu%2FPrettyLazy0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesnulliu%2FPrettyLazy0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesnulliu%2FPrettyLazy0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesnulliu","download_url":"https://codeload.github.com/jamesnulliu/PrettyLazy0/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271495,"owners_count":20911586,"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":[],"created_at":"2025-02-10T09:18:11.191Z","updated_at":"2025-04-05T00:45:39.900Z","avatar_url":"https://github.com/jamesnulliu.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"./docs/imgs/PrettyLazy0-logo.png\" height=200px\u003e\u003c/img\u003e\n  \n  \u003cem\u003eA PL/0 Compiler Implemented with C++\u003c/em\u003e\n\n  ![Static Badge](https://img.shields.io/badge/PL%2F0-purple?style=plastic\u0026link=https%3A%2F%2Fgithub.com%2Fjamesnulliu%2FPrettyLazy0%2Fblob%2Fmain%2FLICENSE) ![Static Badge](https://img.shields.io/badge/C%2B%2B-23-blue?style=plastic) ![Static Badge](https://img.shields.io/badge/g%2B%2B-13-blue?style=plastic) ![Static Badge](https://img.shields.io/badge/msvc-19-blue?style=plastic) ![Static Badge](https://img.shields.io/badge/cmake-navy?style=plastic\u0026link=https%3A%2F%2Fgithub.com%2Fjamesnulliu%2FPrettyLazy0%2Fblob%2Fmain%2FLICENSE) ![Static Badge](https://img.shields.io/badge/make-navy?style=plastic\u0026link=https%3A%2F%2Fgithub.com%2Fjamesnulliu%2FPrettyLazy0%2Fblob%2Fmain%2FLICENSE) ![Static Badge](https://img.shields.io/badge/ninja-navy?style=plastic\u0026link=https%3A%2F%2Fgithub.com%2Fjamesnulliu%2FPrettyLazy0%2Fblob%2Fmain%2FLICENSE) [![license - Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-darkgreen?style=plastic)](https://github.com/jamesnulliu/PrettyLazy0/blob/main/LICENSE)\n\n\u003c/div\u003e\n\n\n## Environments\n\n\u003cdiv align=\"center\"\u003e\n\n| OS | Compiler | Build Tools | Make Tools |\n|:--:|:--------:|:-----------:|:----------:|\n| Linux | g++ \u003e= 13 | cmake \u003e= 3.21 | make |\n| Windows | msvc \u003e= 19 | cmake \u003e= 3.21 | ninja |\n\n\u003c/div\u003e\n\nCheck [Env Setup Guide for Linux](./docs/Env_Setup_Guide_for_Linux.md) or [Env Setup Guide for Windows](./docs/Env_Setup_Guide_for_Windows.md) for details.\n\n## Quick Start\n\nClone the repository with following command:\n\n```bash\ngit clone --recursive git@github.com:jamesnulliu/PrettyLazy0.git ./PrettyLazy0\n\ncd PrettyLazy0\n```\n\nTo build an executable of PrettyLazy0:\n\n```bash\n# On Linux:\nbash ./scripts/build.sh Release\n\n# On Windows:\npwsh .\\scripts\\build.ps1 Release\n```\n\n## Contribute\n\nFeel free to contribute to this project.\n\nIf you are not a collaborator, please check [How to Contribute as a Non-Collaborator](./docs/How_to_Contribute_as_a_Non-Collaborator.md) for contribution rules.\n\nIf you are a collaborator, please check [How to Contribute as a Collaborator](./docs/How_to_Contribute_as_a_Collaborator.md) for contribution rules.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesnulliu%2Fprettylazy0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesnulliu%2Fprettylazy0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesnulliu%2Fprettylazy0/lists"}