The functions in this file compile a ScriptBasic expression into internal form. The functions are quite general, and do NOT depend on the actual operators that are implemented in the actual version.
This means that you can define extra operators as well as extra built-in functions easily adding entries into tables and need not modify the compiling code.