KSL
A Toy Language.

By default, KSL searches in
$PWD. If not found, it will look in the~/.local/share/kslfolder or the path defined by$KSL_PATH.Plugin libraries should be placed in the
$KSL_PATH/libfolder.
To-Do List
- Implement an Error enum for KSL.
- Optimize the performance of
WhileandDoloops.
Related Projects
- KSL Support: VSCode extension for KSL.
- KSL Std: Standard library for KSL.