https://github.com/alvarorichard/zennitylang
ZennityLang is a C-based programming language focused on performance and low-level development
https://github.com/alvarorichard/zennitylang
c-lang docker low-level open-source performance-metrics programming-language
Last synced: 11 months ago
JSON representation
ZennityLang is a C-based programming language focused on performance and low-level development
- Host: GitHub
- URL: https://github.com/alvarorichard/zennitylang
- Owner: alvarorichard
- License: mit
- Created: 2023-12-15T03:01:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T03:11:21.000Z (about 2 years ago)
- Last Synced: 2024-06-15T02:38:07.821Z (about 2 years ago)
- Topics: c-lang, docker, low-level, open-source, performance-metrics, programming-language
- Language: C
- Homepage:
- Size: 96.7 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZennityLang
[](alvarorichard/ZennityLang/blob/master/LICENSE)     
ZennityLang is an innovative programming language, based on the robust C language core, and is specially designed to achieve exceptional performance in low-level development. At the same time, it stands out for its unusual ease of use for a language with such a level of direct control over the hardware. Combining the power and efficiency of C with a simplified, intuitive syntax, ZennityLang offers programmers a powerful tool for creating operating systems, device drivers, and other software that require direct and efficient interaction with hardware, without the typical complications associated with development. low level.
## Features
- Simple and intuitive syntax
- Easy to learn
- Easy to read
- Easy to understand
- Easy to debug
- Easy to test
## Dependencies
- [xmake](https://xmake.io/#/)
- [lua](https://www.lua.org/)
- [clang/llvm](https://llvm.org/)
```bash
sudo apt-get install build-essential
```
and
```bash
sudo apt install clang
```
## Installation
```bash
git clone https://github.com/alvarorichard/ZennityLang.git
```
```bash
cd ZennityLang
```
```bash
xmake
```
## Usage
```bash
xmake run
```
```c
./variables
```
```c
./conditionals
```
## Contributing
Contributions to this project are welcome. Please follow these steps to contribute:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Commit your changes.
4. Push to the branch.
5. Submit a pull request