I have been worked on making a funky toy lang along with my fellow friend, in Rust. It allows I/O, loops, conditionals, nested expressions, variables(float only 😅). I designed the syntax by taking inspiration from some famous Bollywood dialogue. I made it completely for fun and now I enjoy using it. Thought sharing it with you all too......
Docs are there in the website for reference with example for first goers!
It 's not complete, there are still making things it doesn;t support, but I still like it a lot.
Check it out here => https://zenlang.netlify.app/
Check it compiler code here => https://github.com/zenlang-rs/zen-lang
cargo install --git https://github.com/zenlang-rs/zen-lang.git
wget https://raw.githubusercontent.com/zenlang-rs/zen-lang/main/code.zen
zen code.zen
Suggestions are welcome!
