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 Fri Oct 12 20:14:05 2007 for a1 by  doxygen 1.5.1