{"id":23111888,"url":"https://github.com/shayyz-code/poolang-vscode","last_synced_at":"2026-01-19T02:02:03.815Z","repository":{"id":266472433,"uuid":"896732795","full_name":"shayyz-code/poolang-vscode","owner":"shayyz-code","description":"Poo language support for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2024-12-04T12:12:58.000Z","size":358,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T23:44:14.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/shayyz-code.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-12-01T06:38:51.000Z","updated_at":"2024-12-04T12:13:02.000Z","dependencies_parsed_at":"2024-12-04T13:34:53.051Z","dependency_job_id":null,"html_url":"https://github.com/shayyz-code/poolang-vscode","commit_stats":null,"previous_names":["shayyz-code/poolang-vscode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shayyz-code/poolang-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shayyz-code%2Fpoolang-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shayyz-code%2Fpoolang-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shayyz-code%2Fpoolang-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shayyz-code%2Fpoolang-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shayyz-code","download_url":"https://codeload.github.com/shayyz-code/poolang-vscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shayyz-code%2Fpoolang-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28557784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"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":[],"created_at":"2024-12-17T02:12:18.076Z","updated_at":"2026-01-19T02:02:03.793Z","avatar_url":"https://github.com/shayyz-code.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Poo Language Support for Visual Studio Code\n\nThis extension adds syntax highlighting and basic support for the **Poo programming language** in Visual Studio Code. Poo is a simple, lightweight language with features like custom keywords, vector manipulations, and functional programming constructs.\n\n## Features\n\n- **Syntax Highlighting**:\n  - Keywords: `poo`, `poof`, `mut`, `return`, `for`, `in`, `if`, `else`, `elif`\n  - Standard library: `std`, `math`\n  - Boolean literals: `true`, `false`\n  - Numbers, strings, comments\n- **File Association**: Automatically activates for `.poo` files.\n\n## Example Code\n\n```poo\nuse std::pout;\n\npoo my_vec = [\"world\", \"hello\"];\npoo a = 5.0 * 1.0 - 1.0 * 3.0;\npoo b = 2 / 2;\npoo mut d = true;\nd = false;\n\npoof getHelloWorld(e: vec) \u003e\u003e vec {\n    return e;\n}\n\nfor item in my_vec {\n    pout(\"Hello, Poo!\", item);\n}\n\npout(my_vec.pop());\n```\n\n## Installation\n\n1. Clone or download this repository.\n2. Open Visual Studio Code and go to the Extensions view (`Ctrl+Shift+X` or `Cmd+Shift+X` on macOS).\n3. Click the `...` menu at the top-right corner and select `Install from VSIX...`.\n4. Select the `.vsix` file generated from this repository (if available) or open the folder in VS Code and run `npm install \u0026\u0026 npm run package` using the [vsce](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) CLI tool.\n\n## Language Features\n\n### Keywords\n\nThe following are recognized as Poo language keywords:\n\n- `poo`: Declares variables.\n- `poof`: Declares functions.\n- `mut`: Marks variables as mutable.\n- `return`: Returns values from functions.\n- `for`, `in`: Used for iteration.\n\n### Standard Library Functions\n\n- **`pout`**: Outputs values to the console. Part of the standard library.\n\n### Built-in Methods\n\n- **`pop`**: Removes and returns the last element of a vector.\n\n## Contributions\n\nContributions are welcome! Feel free to open issues, suggest features, or submit pull requests to enhance the Poo language support.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshayyz-code%2Fpoolang-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshayyz-code%2Fpoolang-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshayyz-code%2Fpoolang-vscode/lists"}