https://github.com/hugodonotexit/cbudgie
C-like but simpler and still smart, like Budgie
https://github.com/hugodonotexit/cbudgie
cbudgie cpp interpreter new-language programming programming-language
Last synced: 4 months ago
JSON representation
C-like but simpler and still smart, like Budgie
- Host: GitHub
- URL: https://github.com/hugodonotexit/cbudgie
- Owner: Hugodonotexit
- License: other
- Created: 2024-06-11T13:16:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T04:32:38.000Z (about 1 year ago)
- Last Synced: 2025-04-12T04:41:00.674Z (9 months ago)
- Topics: cbudgie, cpp, interpreter, new-language, programming, programming-language
- Language: C++
- Homepage:
- Size: 1.55 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# cBudgie Programming Language
Welcome 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`.
## Introduction
`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.
## Features
- **Simple Syntax:** Easy to read and write, making it ideal for beginners.
- **Rich Standard Library:** A comprehensive set of built-in functions and libraries.
- **Cross-Platform:** Runs on Windows, macOS, and Linux.
- **Efficiency:** Designed for performance and low memory usage.
- **Extensibility:** Easily extendable with modules and libraries.
## Installation
To build and install the `cbudgie` interpreter, follow these steps:
1. **Clone the Repository**:
```sh
git clone https://github.com/Hugodonotexit/CBudgie
cd CBudgie
```
2. **Create a Build Directory**:
```sh
mkdir build
cd build
```
3. **Run CMake**:
```sh
cmake ..
```
4. **Build the Project**:
```sh
make
```
5. **Install the Executable**:
```sh
sudo make install .
```
After 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.
### Notes
- Ensure you have CMake installed. You can install it via your package manager:
- **Ubuntu / Debian**:
```sh
sudo apt-get install cmake
```
- **Fedora**:
```sh
sudo dnf install cmake
```
- **macOS** (using Homebrew):
```sh
brew install cmake
```
- If you encounter any permission issues during installation, you might need to use `sudo` for the install step.
- Make sure you have the necessary build tools and dependencies installed on your system. For example, on Ubuntu, you might need:
```sh
sudo apt-get install build-essential
```
This setup allows you to compile and install the `cbudgie` interpreter, enabling you to use it without needing to specify the relative path.
## Grammar
[Refer to Documents](./docs/)
## Contributing
Great thanks to the follow Contributer:
@Barry-B-Benson6
Contributions are welcome! If you have a useful snippet or improvement, feel free to fork the repository and submit a pull request.
- Fork the repository.
- Create a new branch for your feature: git checkout -b feature-name.
- Commit your changes: git commit -m 'Add some feature'.
- Push to the branch: git push origin feature-name.
- Open a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or suggestions, please open an issue on the GitHub repository.