Age | Commit message (Collapse) | Author | Files | Lines |
|
small glitch in evaluator fixed
made config table sorted and access with bsearch(),
which should be much faster
|
|
more copyright issues
|
|
Evaluator: functions with variable argument lists
Evaluator: plugin_sample.c and README.Plugins added
|
|
Evaluator rearrangements...
|
|
renamed expression.{c,h} to client.{c,h}
added config file client
new functions 'AddNumericVariable()' and 'AddStringVariable()'
new parameter '-i' for interactive mode
|
|
operators: ==, \!=, <=, >=
|
|
expression evaluator added
|