jkl-lang

Crates.iojkl-lang
lib.rsjkl-lang
version0.1.51
sourcesrc
created_at2023-07-20 09:17:04.275001
updated_at2023-07-20 09:39:49.127941
descriptionOpen Source Programming Language
homepagehttps://jkl-docs.vercel.app/
repositoryhttps://github.com/418e/JKL
max_upload_size
id921168
size118,292
(418e)

documentation

https://jkl-docs.vercel.app/

README

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

Commit count: 43

cargo fmt