Home / 1.0
Name Modified Size InfoDownloads / Week
Parent folder
README 2010-11-03 816 Bytes
small-k_v1.0.zip 2010-11-03 19.8 kB
Totals: 2 Items   20.6 kB 0
Small-K v1.0
Release Date 2010-10-31

INSTALLATION
1. Windows
Open .sln file with Visual Studio 2008+. Then make it.

2. Linux
Use GNU make to make target 'all'

RUN
1. Interactive Mode
Type 'smallk' in command line. Then input your expression.
Type 'help' for instructions.

2. Command-Line Mode
Type smallk <expression> 
Then you will get the result.

EXTENSION LIB
Smallk will search for extension libs in folder $SK_LIB. 
It will perform recursive search.

To develop your own lib, include "skexts_cb.h" with setting
-I to the direct parent folder of smallk. Then implement the 
functions defined in the "skexts_cb.h". That is, pass the 
funtion pointer to Smallk when an identifier is required.
NOTE: Identifiers with the same name only will the first 
registered one be available.
Source: README, updated 2010-11-03