.. _SLang2: .. 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 Defining SLang 2 ================ RP 26 Part 1 ------------ This problem will help you master the syntax and semantics of SLang 2. To earn credit for it, you must complete this randomized problem correctly three times in a row. .. avembed:: Exercises/PL/RP26part1.html ka :module: SLang2 :long_name: RP set #26, question #1 :points: 1.0 :required: True :threshold: 3.0 :exer_opts: JXOP-debug=true&JOP-lang=en RP 27 Part 1 ------------ This problem focuses on the data structures used to implement the environment in the SLang 2 interpreter, as well as some of the data structures used to implement the AST. To earn credit for it, you must complete this randomized problem correctly three times in a row. .. avembed:: Exercises/PL/RP27part1.html ka :module: SLang2 :long_name: RP set #27, question #1 :points: 1.0 :required: True :threshold: 3.0 :exer_opts: JXOP-debug=true&JOP-lang=en