https://github.com/marc2332/lenar
🌑 programming language written in Rust 🦀
https://github.com/marc2332/lenar
programming-language rust
Last synced: 7 months ago
JSON representation
🌑 programming language written in Rust 🦀
- Host: GitHub
- URL: https://github.com/marc2332/lenar
- Owner: marc2332
- License: mit
- Created: 2022-12-17T22:47:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T09:45:31.000Z (about 2 years ago)
- Last Synced: 2025-04-22T21:29:52.258Z (9 months ago)
- Topics: programming-language, rust
- Language: Rust
- Homepage: https://github.com/marc2332/lenar
- Size: 116 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🌑 lenar
**lenar** is a interpreted and toy programming language, written in Rust 🦀.
> ⚠️ I am not an expert in this area.
```rust
println("Running -> " Lenar.version);
let speak = fn(msg) [] {
println(msg);
"Hey!"
};
println(speak("Hello?"));
if(isEqual(1 1)) {
println(speak("Hello again!"));
}
```
- 📦 1 dependency
- 🧩Easy to embed and extend
- 🪶Lightweight
[MIT License](./LICENSE.md)