parse.hpp

Go to the documentation of this file.
00001 
00006 #ifndef PARSE_HPP
00007 #define PARSE_HPP
00008 
00009 
00010 #include "c_cons.h"
00011 #include <string>
00012 #include "Cell.hpp"
00013 
00014 
00019 Cell* parse(std::string sexpr);
00020 
00021 
00022 
00023 
00024 #endif // PARSE_HPP

Generated on Wed May 7 09:26:26 2008 for a1 by  doxygen 1.5.3