Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Latest commit

History

History
11 lines (8 loc) 路 311 Bytes

runtime.rst

File metadata and controls

11 lines (8 loc) 路 311 Bytes

Runtime

.. toctree::

After the pseudocode is parsed, runtime object (pseudo.runtime.RunTime) is initialized. All operations are evaluated in runtime context. In runtime there is also virtual memory (dict 馃槈), which contains variables and their values.

.. automodule:: pseudo.runtime
    :members: