home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / DOGA / SOURCES / POLYEDIT.LZH / ML / FARY.C < prev    next >
C/C++ Source or Header  |  1995-03-21  |  2KB  |  48 lines

  1. #include "lib.h"
  2. #include "_ml.h"
  3. Function    Functions[] = {
  4.     __MLInit,        1,    "__MLInit",
  5.     DebugMode,        2,    "DebugMode",
  6.     SetMaxCodeSize,    1,    "SetMaxCodeSize",
  7.     SetMaxGlobals,    1,    "SetMaxGlobals",
  8.     SetMaxFunctions,1,    "SetMaxFunctions",
  9.     SetMaxStacks,    1,    "SetMaxStacks",
  10.     ParseInit,        0,    "ParseInit",
  11.     ParseExit,        0,    "ParseExit",
  12.     ParseSentenseAll,1,    "ParseSentenseAll",
  13.     ReportCodeSize,    0,    "ReportCodeSize",
  14.     ReportIdent,    2,    "ReportIdent",
  15.     ExecInit,        0,    "ExecInit",
  16.     ExecExit,        0,    "ExecExit",
  17.     ExecSentenseAll,0,    "ExecSentenseAll",
  18.     StringToObject,    2,    "StringToObject",
  19.     NewConst,        2,    "NewConst",
  20.     NewClass,        2,    "NewClass",
  21.     ClassName,        1,    "ClassName",
  22.     FunctionName,    1,    "FunctionName",
  23.     NewFunction,    3,    "NewFunction",
  24.     NewOperator,    3,    "NewOperator",
  25.     CallFunction,    3,    "CallFunction",
  26.     CallFunctionParent,4,    "CallFunctionParent",
  27.     ParseError,        5,    "ParseError",
  28.     ParseFatal,        5,    "ParseFatal",
  29.     ExecError,        5,    "ExecError",
  30.     ArgCheck,        4,    "ArgCheck",
  31.     StackTop,        0,    "StackTop",
  32.     StackPop,        0,    "StackPop",
  33.     StackPush,        1,    "StackPush",
  34.     StackPushBoolean,1,    "StackPushBoolean",
  35.     StackPushInt,    1,    "StackPushInt",
  36.     StackPushReal,    2,    "StackPushReal",
  37.     StackAlloc,        1,    "StackAlloc",
  38.     StackRelease,    1,    "StackRelease",
  39.     StackMaxUsed,    0,    "StackMaxUsed",
  40.     DataPrint,        1,    "DataPrint",
  41.     DataToString,    2,    "DataToString",
  42.     ObjectAlloc,    2,    "ObjectAlloc",
  43.     ObjectFree,        1,    "ObjectFree",
  44.     ObjectCheck,    2,    "ObjectCheck",
  45.     ObjectDup,        1,    "ObjectDup",
  46.     ObjectCopy,        1,    "ObjectCopy",
  47.     0,            0,    0
  48. };