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

https://github.com/angrybeltman/kitty-lang

A simple to use language aiming to be a simple to use programming language for embedded deviced.
https://github.com/angrybeltman/kitty-lang

Last synced: about 2 months ago
JSON representation

A simple to use language aiming to be a simple to use programming language for embedded deviced.

Awesome Lists containing this project

README

          

# Kitty-lang v0.0.0.2
A simple to use language aiming to be a simple to use programming language for embedded deviced.
! WARNING !
kitty lang is still very incomplete
TODO:
~ make cli tools
~ add function support
~ add bare metal support
~ x64_86 raw binary support
~ add ARM raw binary support
~ implement modules, enums, arrays ,and structs
~ add garbage collected variables
UPDATES
~ (v0.0.0.1) added while loops (needs more testing)
~ (v0.0.0.2) added for loops (needs more testing)
~ (v0.0.0.3) added compare opperators (needs more testing)