Dear,Set of tools completed for development and distribution of kixtart code.
Development tools:
- kixstrip.exe
- kixstrip in out /block_check
for checking block structures (only on first item of line) and
creation of a block structures.
- kixstrip in out /debug
for insertion of debug code and messages about possible problems
with the code.
- kixref.exe
- kixref in out
for checking of illegal, unused or incorrect variable usage and
for checking of block structures (on all items of line).
- kixref in out /translate
transformat commands, functions, macro's, labels and variables.
for a pretty layout.
Distribution tools:
- kixstrip.exe
- kixstrip in out
remove unwanted comment, print-statements and unused spaces.
combination of separates lines to one line.
- compress.exe
- compress e in.kix compress.kix
compress any type of file. reduction about 10% of original
code
- codec.exe
- codec e compress.kix encrypt.kix
encryption of any type of file. using of dynamic password
encryption.
Running tools:
- codec d encrypt.kix compress.kix
- compress d compress.kix in.kix
- kix32 in.kix
additional information:
remark: filenames are using 8.3 format.
all information and programs found at
site: http://home.wanadoo.nl/scripting
Greetings.