alvarorichard / ZennityLang

ZennityLang is a C-based programming language focused on performance and low-level development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imagem logo

ZennityLang

GitHub license GitHub stars GitHub stars GitHub stars GitHub stars GitHub starsGitHub contributors

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

sudo apt-get install build-essential

and

sudo apt install clang

Installation

git clone https://github.com/alvarorichard/ZennityLang.git
cd ZennityLang
xmake

Usage

xmake run
./variables
./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

About

ZennityLang is a C-based programming language focused on performance and low-level development

License:Other


Languages

Language:C 99.3%Language:Lua 0.4%Language:Dockerfile 0.3%Language:Makefile 0.1%