BlitzInterpreter is a COM server for mathematical expressions parsing. BlitzInterpreter parses any text fragment (both single line and multiline) and returns the result of calculation. BlitzInterpreter supports variables, functions and constants management and contains a lot of basic preloaded functions and constants. BlitzInterpreter - Compiled in fully optimization mode, it will never be the slow part of your program. BlitzInterpreter - If you have a task to develop math expressions interpreter, we recommend to look at this. Our BlitzCalc is based on the BlitzInterpreter kernel. |