ksl 0.1.28

KSL core library and interpreter
Documentation
# 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.

## To-Do List

- [ ] Implement an Error enum for KSL.
- [ ] Optimize the performance of `While` and `Do` loops.

## Related Projects

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