Skip to content

Releases: ksp/ksplang

Faster funkcia release 0.2.0

21 Nov 19:30
9d76e4b

Choose a tag to compare

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.txt

Linux

Download ksplang, then you can run it as follows:

chmod +x ksplang
./ksplang program.ksplang < input.txt

Initial release 0.1.0

19 Feb 07:40

Choose a tag to compare

Č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.txt

Linux

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.txt

English

Windows

Download ksplang.exe, then you can run it as follows:

ksplang.exe program.ksplang < input.txt

Linux

Download ksplang, then you can run it as follows:

chmod +x ksplang
./ksplang program.ksplang < input.txt