Crates.io | ksl |
lib.rs | ksl |
version | 0.1.19 |
created_at | 2025-04-19 09:48:52.711834+00 |
updated_at | 2025-07-12 08:03:23.874417+00 |
description | KSL core library and interpreter |
homepage | |
repository | https://github.com/kands-code/rswk |
max_upload_size | |
id | 1640515 |
size | 172,680 |
A Toy Language.
By default, KSL searches in
$PWD
. If not found, it will look in the~/.local/share/ksl
folder or the path defined by$KSL_PATH
.Plugin libraries should be placed in the
$KSL_PATH/lib
folder.
While
and Do
loops.