Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

interpreter.hh

00001 namespace mpcl
00002 {
00003 
00004   namespace scheme
00005   {
00006 
00007     namespace lang
00008     {
00009 
00010       class TInterpreter
00011       {
00012 
00013         private:
00014 
00015           std::vector<TCell>   tCellVector;
00016 
00017 
00018         public:
00019 
00020           void initialize (void);
00021 
00022           void eval (std::string& ryEXPRESSION);
00023 
00024       };  // class TInterpreter
00025 
00026     }  // namespace lang
00027 
00028   }  // namespace scheme
00029 
00030 }  // namespace mpcl

Generated on Mon Oct 13 02:35:23 2003 for MPCL by doxygen1.2.18