ksl

Crates.ioksl
lib.rsksl
version0.1.19
created_at2025-04-19 09:48:52.711834+00
updated_at2025-07-12 08:03:23.874417+00
descriptionKSL core library and interpreter
homepage
repositoryhttps://github.com/kands-code/rswk
max_upload_size
id1640515
size172,680
Kevin Stephen (kands-code)

documentation

https://docs.rs/ksl

README

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

  • Optimize the performance of While and Do loops.
  • Implement an Error enum for KSL.

Related Projects

Commit count: 71

cargo fmt