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 Mon Apr 28 09:01:18 2008 for a1 by  doxygen 1.5.3