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.
- Host: GitHub
- URL: https://github.com/angrybeltman/kitty-lang
- Owner: AngryBeltMan
- Created: 2023-05-06T17:16:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T22:27:36.000Z (about 3 years ago)
- Last Synced: 2025-01-01T15:26:13.681Z (over 1 year ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)