calc.cpp

Go to the documentation of this file.
00001 #include <iostream>
00002 #include <sstream>
00003 #include <string>
00004 
00005 #include "parse.hpp"
00006 
00050 int main()
00051 {
00052   parse_loop(std::cin, std::cout);
00053 }

Generated on Sun Nov 30 10:05:26 2008 for Calculator by  doxygen 1.5.3