Skip to content

marc2332/lenar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌑 lenar

lenar is a interpreted and toy programming language, written in Rust 🦀.

⚠️ I am not an expert in this area.

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

About

🌑 programming language written in Rust 🦀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages