A language to write io test for your program.
On Debian based systems:
curl -s --compressed "https://huggepugge1.github.io/apt/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/apt.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/huggepugge1.list "https://huggepugge1.github.io/apt/huggepugge1.list"
sudo apt update
sudo apt install test-scriptClone the repo and run cargo build --release.
After installing the package, you can run the program by using test-script [file name].
Run the program by either doing cargo run -- [file name] if you are in this repo or running the binary directly using path/to/test-script [file name].
Install the extension test-script.
There is a Neovim plugin at https://github.com/Huggepugge1/test-script.nvim
Read documentation.md and look at the examples. If you need help with using the interpreter, use ./test_script --help.