Kryptostack
CLI

kb

kb 0.10.6 - PRODUCTION
KryptoStack Batch Shell
Syntax: kb [options] filename|-
filename|- ... input file name or '-' for standard in
options:
-b ........... skips sourcing in of boot.ks
-h ........... this text
-i ........... runs interpreter pass ks only, thus expecting a ksn input file
-p ........... runs interpreter pass parser only
-V dirname ... sources in vocabularies/dirname/, multiple -V options are supported
-v ........... verbose output for parser and ks
Runs as default parser and ks with sourcing in of boot.ks

kc

kc 0.10.6 - PRODUCTION
KryptoStack Command Line Calculator
Syntax: kc [options] code
code ......... KrypoStack language code
options:
-h ........... this text
-V dirname ... sources in vocabularies/dirname/,
multiple -V options are supported
-v ........... activate verbose mode
Sends KryptoStack language code from the command line
with a final operand stack trace to the script kb.
e.g.:
kc 1 2 1 33 { mul } for
kc \‍(Hello World\‍) =
kc 323 437 xgcd
kc -- -4 323 mul 3 437 mul add

parser

#:parser 0.10.6 - PRODUCTION
#:KryptoStack syntax parsing pass. It reads from standard in.
#:
#:Syntax: parser [options]
#:options:
#: -h ... help text
#: -v ... verbose mode

ks

ks 0.10.6 - PRODUCTION
The KryptoStack interpreter reading ksn format files.
Syntax: ks [options] [filename|-]
filename|- ... input file name or '-' for standard in
options:
-h ........... help text
-v ........... verbose mode
KS:helptext: in void Interpreter::helpExit()