Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plos-clan/cara
The Cara Programming Language
https://github.com/plos-clan/cara
Last synced: 28 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 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-28T14:58:41.000Z (about 1 month ago)
- Last Synced: 2024-11-28T15:39:22.941Z (about 1 month ago)
- Language: Rust
- Size: 11.7 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
This is a simple, stupid programming language.
It will have zig's comptime, rust's traits.## Usage
```sh
cargo run -- -i test.cara -o test.o
```