2 releases
0.1.51 | Jul 20, 2023 |
---|---|
0.1.5 | Jul 20, 2023 |
#526 in Programming languages
96KB
2.5K
SLoC
JKL Programming Language
Open source programming language written in Rust. ( v0.1.5 )
Visit our Documentation Website.
Contact us on Discord.
Installation
Download and install Rust and Cargo if you don't have them and then clone this repository.
create file main.jkl
in the root.
main.jkl
print "Hello World!";
you can run the code using cargo
:
cargo run main
Read The Docs
Dependencies
~775KB
~14K SLoC