{"id":18684280,"url":"https://github.com/hugodonotexit/cbudgie","last_synced_at":"2026-02-11T23:40:32.466Z","repository":{"id":243851869,"uuid":"813642122","full_name":"Hugodonotexit/CBudgie","owner":"Hugodonotexit","description":"C-like but simpler and still smart, like Budgie","archived":false,"fork":false,"pushed_at":"2024-12-03T04:32:38.000Z","size":1629,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T13:50:29.222Z","etag":null,"topics":["cbudgie","cpp","interpreter","new-language","programming","programming-language"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hugodonotexit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-06-11T13:16:17.000Z","updated_at":"2024-10-08T12:30:33.000Z","dependencies_parsed_at":"2024-10-26T09:04:57.294Z","dependency_job_id":"5c360ad1-3d75-4c16-812c-f72e0d9fb263","html_url":"https://github.com/Hugodonotexit/CBudgie","commit_stats":null,"previous_names":["hugodonotexit/cbudgie"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Hugodonotexit/CBudgie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugodonotexit%2FCBudgie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugodonotexit%2FCBudgie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugodonotexit%2FCBudgie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugodonotexit%2FCBudgie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hugodonotexit","download_url":"https://codeload.github.com/Hugodonotexit/CBudgie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugodonotexit%2FCBudgie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29349633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cbudgie","cpp","interpreter","new-language","programming","programming-language"],"created_at":"2024-11-07T10:17:03.796Z","updated_at":"2026-02-11T23:40:32.448Z","avatar_url":"https://github.com/Hugodonotexit.png","language":"C++","readme":"![Logo](logo.png)\n# cBudgie Programming Language\n\nWelcome to the official repository for the `cBudgie` programming language! `cBudgie` is a modern, lightweight, and easy-to-learn language designed for simplicity and efficiency. This repository contains the source code, documentation, and tools related to `cBudgie`.\n\n## Introduction\n\n`cBudgie` is designed to be a user-friendly language for beginners and a powerful tool for experienced developers. It combines the best features of various programming languages, offering a clean syntax and robust functionality.\n\n## Features\n\n- **Simple Syntax:** Easy to read and write, making it ideal for beginners.\n- **Rich Standard Library:** A comprehensive set of built-in functions and libraries.\n- **Cross-Platform:** Runs on Windows, macOS, and Linux.\n- **Efficiency:** Designed for performance and low memory usage.\n- **Extensibility:** Easily extendable with modules and libraries.\n\n## Installation\n\nTo build and install the `cbudgie` interpreter, follow these steps:\n\n1. **Clone the Repository**:\n    ```sh\n    git clone https://github.com/Hugodonotexit/CBudgie\n    cd CBudgie\n    ```\n\n2. **Create a Build Directory**:\n    ```sh\n    mkdir build\n    cd build\n    ```\n\n3. **Run CMake**:\n    ```sh\n    cmake ..\n    ```\n\n4. **Build the Project**:\n    ```sh\n    make\n    ```\n\n5. **Install the Executable**:\n    ```sh\n    sudo make install .\n    ```\n\nAfter these steps, the `cbudgie` executable will be installed to the system-wide location (usually `/usr/local/bin`), and you can run it from anywhere without the `./` prefix.\n\n### Notes\n\n- Ensure you have CMake installed. You can install it via your package manager:\n    - **Ubuntu / Debian**:\n        ```sh\n        sudo apt-get install cmake\n        ```\n    - **Fedora**:\n        ```sh\n        sudo dnf install cmake\n        ```\n    - **macOS** (using Homebrew):\n        ```sh\n        brew install cmake\n        ```\n\n- If you encounter any permission issues during installation, you might need to use `sudo` for the install step.\n- Make sure you have the necessary build tools and dependencies installed on your system. For example, on Ubuntu, you might need:\n\n    ```sh\n    sudo apt-get install build-essential\n    ```\n\nThis setup allows you to compile and install the `cbudgie` interpreter, enabling you to use it without needing to specify the relative path.\n\n## Grammar\n\n[Refer to Documents](./docs/)\n\n## Contributing\n\nGreat thanks to the follow Contributer:\n\n@Barry-B-Benson6 \n\nContributions are welcome! If you have a useful snippet or improvement, feel free to fork the repository and submit a pull request.\n\n   - Fork the repository.\n   - Create a new branch for your feature: git checkout -b feature-name.\n   - Commit your changes: git commit -m 'Add some feature'.\n   - Push to the branch: git push origin feature-name.\n   - Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any questions or suggestions, please open an issue on the GitHub repository.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugodonotexit%2Fcbudgie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugodonotexit%2Fcbudgie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugodonotexit%2Fcbudgie/lists"}