Releases: ksp/ksplang
Releases · ksp/ksplang
Faster funkcia release 0.2.0
Changes
This release massively improves performance of funkcia and fixes one funkcia bug. For more details, check out the PR.
Windows
Download ksplang.exe, then you can run it as follows:
ksplang.exe program.ksplang < input.txtLinux
Download ksplang, then you can run it as follows:
chmod +x ksplang
./ksplang program.ksplang < input.txtInitial release 0.1.0
Česky
Windows
Stáhněte ksplang.exe, pak ho můžete spustit v příkazové řádce (doporučujeme Windows Terminal):
ksplang.exe program.ksplang < input.txtLinux
Stáhněte si ksplang, přidejte mu práva na spustitelnost, a můžete jej spustit v terminálu:
chmod +x ksplang
./ksplang program.ksplang < input.txtEnglish
Windows
Download ksplang.exe, then you can run it as follows:
ksplang.exe program.ksplang < input.txtLinux
Download ksplang, then you can run it as follows:
chmod +x ksplang
./ksplang program.ksplang < input.txt