An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Imagem logo

# ZennityLang

[![GitHub license](https://img.shields.io/github/license/alvarorichard/ZennityLang)](alvarorichard/ZennityLang/blob/master/LICENSE) ![GitHub stars](https://img.shields.io/github/stars/alvarorichard/ZennityLang) ![GitHub stars](https://img.shields.io/github/languages/count/alvarorichard/ZennityLang) ![GitHub stars](https://img.shields.io/github/languages/top/alvarorichard/ZennityLang) ![GitHub stars](https://img.shields.io/github/repo-size/alvarorichard/ZennityLang) ![GitHub stars](https://img.shields.io/github/languages/code-size/alvarorichard/ZennityLang)![GitHub contributors](https://img.shields.io/github/contributors/alvarorichard/ZennityLang)

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