.. _SLang1Interpreter: .. raw:: html .. |--| unicode:: U+2013 .. en dash .. |---| unicode:: U+2014 .. em dash, trimming surrounding whitespace :trim: .. This file is part of the OpenDSA eTextbook project. See .. http://algoviz.org/OpenDSA for more details. .. Copyright (c) 2012-13 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 :module: SLang1Interpreter :long_name: RP set #22, question #1 :points: 1.0 :required: True :threshold: 1.0 :exer_opts: JXOP-debug=true&JOP-lang=en&JXOP-code=java_generic 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 :module: SLang1Interpreter :long_name: RP set #22, question #2 :points: 1.0 :required: True :threshold: 3.0 :exer_opts: JXOP-debug=true&JOP-lang=en&JXOP-code=java_generic