When built with ACE, comterp turns into a server that can listen for connection on a specified portnum and interpret command strings remotely. The C++ classes of the ComTerp library:
Compiler/Interpreter Modules
Other Objects
A starter kit for building your own custom comterp server is incorporated into ivtools within a tar file, comtop.tgz, that can be unpacked somewhere else and be built and ready with: "ivmkmf -a;make"
.Here is the README for that distribution. Here is an annotated sample derived class from the comtop distribution that illustrates how to create a new function for use within the comterp interpreter.
comdraw is an evolved idraw with an embedded comterp with drawing editor commands.