https://github.com/plos-clan/cara
The Cara Programming Language
https://github.com/plos-clan/cara
programming-language
Last synced: 26 days ago
JSON representation
The Cara Programming Language
- Host: GitHub
- URL: https://github.com/plos-clan/cara
- Owner: plos-clan
- Created: 2024-11-23T06:53:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-12T14:19:11.000Z (about 1 month ago)
- Last Synced: 2026-01-12T20:59:16.827Z (about 1 month ago)
- Topics: programming-language
- Language: Rust
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# The Cara Programming Language
Cara is a kind of simple, statically typed programming language, inspired by Rust and Zig.
Currently in development.
## Roadmap
- [x] Basic syntax and ast.
- [x] Basic const evaluation.
- [x] Query system driven compilation.
- [x] LLVM backend.
- [x] Type Casting.
- [x] Powerful analyzer.
- [ ] Structs and tuples.
- [x] Modules.
- [ ] OOP.
- [ ] Enums and matches.
- [ ] Generics.
- [ ] Light weight procedural macros.
- [ ] LSP.
- [ ] Incremental compilation
## Example
[main.cara](main.cara)