Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1011 Bytes

_generated-code.rst

File metadata and controls

38 lines (32 loc) · 1011 Bytes

A Generated Code Interpreter

In this chapter we start afresh on a second model run-time system in sub-project rt2. We use the knowledge gained writing the code in sub-project rt1 to bank some architectural concepts (that will hopefully prove enduring) but take a different approach to implementation.

..  toctree::

    introduction
    interpreter-cpython-byte-code
    type-and-arithmetic
    sequences-and-indexing
    built-in-inheritance
    comparison-and-loops
    refactor-to-evo3
    function-definition-and-call
    refactor-to-evo4
    attribute-access
    attributes-java
    attributes-python