/* SI 413 Fall 2011
 * Implementations of Frame class methods
 */

#include "frame.hpp"

// You have to uncomment and implement these functions!

// Value Frame::lookup(string name) { }

// void Frame::bind(string name, Value val) { }

// void Frame::rebind(string name, Value val) { }