Cell.cpp File Reference

#include "Cell.hpp"

Variables

Cell *const nil = 0
 The null pointer value.

Detailed Description

A partial dummy implementation of the Cell.hpp interface for example purposes, to support the cons list ADT interface specified in cons.hpp. Just barely enough is implemented to allow the parser to run. None of the accessor member functions are implemented.

You need to replace this with a real implementation that actually builds a tree data structure and then lets the user access the tree.

You don't necessarily need to understand the ugly details of this dummy implementation, which you'll throw away anyhow.


Variable Documentation

Cell* const nil = 0

The null pointer value.

Referenced by parse_eval_print().


Generated on Fri Oct 5 14:08:52 2012 for a1 by  doxygen 1.5.8