{"id":34573236,"url":"https://github.com/schoolyb/ez","last_synced_at":"2026-04-08T06:03:48.878Z","repository":{"id":327344442,"uuid":"1101888987","full_name":"SchoolyB/EZ","owner":"SchoolyB","description":"The EZ Programming Language: Programming Made EZ | Give EZ a ⭐","archived":false,"fork":false,"pushed_at":"2026-03-30T03:54:42.000Z","size":15852,"stargazers_count":28,"open_issues_count":16,"forks_count":19,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-30T06:12:38.665Z","etag":null,"topics":["contributions-welcome","contributors-welcome","ez","ez-language","go","golang","good-first-issue","help-wanted","interpreter","open-source","programming-language"],"latest_commit_sha":null,"homepage":"https://schoolyb.github.io/EZ-Language-Webapp/","language":"Go","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/SchoolyB.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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-11-22T12:33:16.000Z","updated_at":"2026-03-17T22:04:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SchoolyB/EZ","commit_stats":null,"previous_names":["schoolyb/ez"],"tags_count":137,"template":false,"template_full_name":null,"purl":"pkg:github/SchoolyB/EZ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SchoolyB%2FEZ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SchoolyB%2FEZ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SchoolyB%2FEZ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SchoolyB%2FEZ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SchoolyB","download_url":"https://codeload.github.com/SchoolyB/EZ/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SchoolyB%2FEZ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31428645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T02:22:46.605Z","status":"ssl_error","status_checked_at":"2026-04-05T02:22:33.263Z","response_time":75,"last_error":"SSL_read: 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":["contributions-welcome","contributors-welcome","ez","ez-language","go","golang","good-first-issue","help-wanted","interpreter","open-source","programming-language"],"created_at":"2025-12-24T09:46:11.099Z","updated_at":"2026-04-05T08:01:17.904Z","avatar_url":"https://github.com/SchoolyB.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/EZ_LOGO.jpeg\" alt=\"EZ Logo\" width=\"400\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eProgramming Made EZ\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  A simple, interpreted, statically-typed programming language designed for clarity and ease of use.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://schoolyb.github.io/EZ-Language-Webapp/playground/\"\u003eTry EZ Online\u003c/a\u003e •\n  \u003ca href=\"https://schoolyb.github.io/EZ-Language-Webapp/docs\"\u003eLearn About EZ\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/SchoolyB/EZ/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/SchoolyB/EZ/actions/workflows/ci.yml/badge.svg\" alt=\"CI\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/SchoolyB/EZ/actions/workflows/codeql-analysis.yml\"\u003e\u003cimg src=\"https://github.com/SchoolyB/EZ/actions/workflows/codeql-analysis.yml/badge.svg\" alt=\"CodeQL Security Scan\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Developer Quick Start\n\nWant to contribute or build from source? See the [Contributing Guide](CONTRIBUTING.md) for full details.\n\n**macOS/Linux:**\n```bash\n# Clone the repository\ngit clone https://github.com/SchoolyB/EZ.git\ncd EZ\n\n# Build the binary\nmake build\n\n# Run a program\n./ez examples/hello.ez\n```\n\n**Windows (PowerShell):**\n```powershell\n# Clone the repository\ngit clone https://github.com/SchoolyB/EZ.git\ncd EZ\n\n# Build the binary\ngo build -o ez.exe ./cmd/ez\n\n# Run a program\n.\\ez.exe examples\\hello.ez\n```\n\n**Requirements:** Go 1.23.1 or higher\n\nFor pre-built binaries and installation instructions, visit the [documentation](https://schoolyb.github.io/EZ-Language-Webapp/docs).\n\n---\n\n## Updating\n\nEZ includes a built-in update command:\n\n```bash\nez update\n```\n\nThis will check for new versions, show the changelog, and prompt you to upgrade. If EZ is installed in a system directory (like `/usr/local/bin`), it will automatically prompt for your password.\n\n## Running Tests\n\n```bash\n# Running intergration tests\nmake intergration-tests\n\n# OR\n\n./integration-tests/run_tests.sh\n\n# Run unit tests\ngo test ./...\n```\n\nFor more details, see the [Testing Guide](TESTING.md).\n\n---\n\n## License\n\nMIT License - Copyright (c) 2025-Present Marshall A Burns\n\nSee [LICENSE](LICENSE) for details.\n\n---\n\n## Contributors\n\nThank you to everyone who has contributed to EZ!\n\n\u003ca href=\"https://github.com/akamikado\"\u003e\u003cimg src=\"https://github.com/akamikado.png\" width=\"50\" height=\"50\" alt=\"akamikado\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/CobbCoding1\"\u003e\u003cimg src=\"https://github.com/CobbCoding1.png\" width=\"50\" height=\"50\" alt=\"CobbCoding1\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/CFFinch62\"\u003e\u003cimg src=\"https://github.com/CFFinch62.png\" width=\"50\" height=\"50\" alt=\"CFFinch62\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Aryan-Shrivastva\"\u003e\u003cimg src=\"https://github.com/Aryan-Shrivastva.png\" width=\"50\" height=\"50\" alt=\"Aryan-Shrivastva\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/arjunpathak072\"\u003e\u003cimg src=\"https://github.com/arjunpathak072.png\" width=\"50\" height=\"50\" alt=\"arjunpathak072\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/deepika1214\"\u003e\u003cimg src=\"https://github.com/deepika1214.png\" width=\"50\" height=\"50\" alt=\"deepika1214\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/blackgirlbytes\"\u003e\u003cimg src=\"https://github.com/blackgirlbytes.png\" width=\"50\" height=\"50\" alt=\"blackgirlbytes\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/majiayu000\"\u003e\u003cimg src=\"https://github.com/majiayu000.png\" width=\"50\" height=\"50\" alt=\"majiayu000\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/prjctimg\"\u003e\u003cimg src=\"https://github.com/prjctimg.png\" width=\"50\" height=\"50\" alt=\"prjctimg\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/jaideepkathiresan\"\u003e\u003cimg src=\"https://github.com/jaideepkathiresan.png\" width=\"50\" height=\"50\" alt=\"jaideepkathiresan\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Abhishek022001\"\u003e\u003cimg src=\"https://github.com/Abhishek022001.png\" width=\"50\" height=\"50\" alt=\"Abhishek022001\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Scanf-s\"\u003e\u003cimg src=\"https://github.com/Scanf-s.png\" width=\"50\" height=\"50\" alt=\"Scanf-s\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/HCH1212\"\u003e\u003cimg src=\"https://github.com/HCH1212.png\" width=\"50\" height=\"50\" alt=\"HCH1212\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/elect0\"\u003e\u003cimg src=\"https://github.com/elect0.png\" width=\"50\" height=\"50\" alt=\"elect0\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/jgafnea\"\u003e\u003cimg src=\"https://github.com/jgafnea.png\" width=\"50\" height=\"50\" alt=\"jgafnea\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/madhav-murali\"\u003e\u003cimg src=\"https://github.com/madhav-murali.png\" width=\"50\" height=\"50\" alt=\"madhav-murali\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/preettrank53\"\u003e\u003cimg src=\"https://github.com/preettrank53.png\" width=\"50\" height=\"50\" alt=\"preettrank53\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/TechLateef\"\u003e\u003cimg src=\"https://github.com/TechLateef.png\" width=\"50\" height=\"50\" alt=\"TechLateef\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/dtee1\"\u003e\u003cimg src=\"https://github.com/dtee1.png\" width=\"50\" height=\"50\" alt=\"dtee1\"/\u003e\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschoolyb%2Fez","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschoolyb%2Fez","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschoolyb%2Fez/lists"}