ksl 0.1.27

KSL core library and interpreter
Documentation

KSL

A Toy Language.

ksl logo

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