ksl 0.1.8

KSL core library and interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# KSL

A Toy Language.

![ksl logo](../assets/ksl-logo.png)

> 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.

## Related Projects

- [KSL Support]https://github.com/kands-code/ksl-support: VSCode extension for KSL.
- [KSL Std]../ksl_std: Standard library for KSL.