parse.hpp

Go to the documentation of this file.
00001 
00009 #ifndef PARSE_HPP
00010 #define PARSE_HPP
00011 
00012 #include "cons.hpp"
00013 
00014 using namespace std;
00015 
00024 Cell* parse(string sexpr);
00025 
00031 bool iswhitespace(char ch);
00032 
00033 #endif // PARSE_HPP

Generated on Thu Mar 8 12:59:27 2007 for a1 by  doxygen 1.4.6