[previous][up][top][index]
search for:

high level gb engine commands

Sending commands to the engine:

  • callgg -- call the engine
  • gg -- convert to engine communication format
  • ggPush -- convert a push command to engine communication format
  • handle -- get the handle of an object
  • sendToEngine -- send a command string to the engine
  • sendgg -- send commands to engine
  • This class provides an interface to rings implemented by the engine.

  • EngineRing -- the class of rings handled by the engine
  • These routines take an element off the stack.

  • eePop -- pop object from engine stack
  • eePopBool -- pop Boolean value from engine stack
  • eePopInt -- pop integer from engine stack
  • eePopIntarray -- pop array of integers from engine stack
  • getMatrix -- get a matrix from the engine's stack
  • These functions transfer ring elements to other rings.

  • eeLift -- call engine to lift a ring element
  • eePromote -- call engine to promote a ring element
  • These functions are used mainly for debugging the engine.

  • look -- look at the engine's stack
  • engineMemory -- display engine memory usage
  • engineStack -- display the engine's stack
  • engineHeap -- display the engine's heap
  • see -- display engine object

  • [previous][up][top][index]
    search for: