.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata:: 
   :author: David Furcy and Tom Naps

Interpreter Implementation
==========================

RP 22 Part 1
------------

This problem will help you review the behavior of our SLang 1 interpreter.

.. avembed:: Exercises/PL/RP22part1.html ka
   :long_name: RP set #22, question #1

RP 22 Part 2
------------

This problem focuses on the binding rules for our SLang 1
interpreter. To earn credit for it, you must complete this randomized
problem correctly three times in a row.

.. avembed:: Exercises/PL/RP22part2.html ka
   :long_name: RP set #22, question #2


