calc.cpp

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

Generated on Sun Nov 30 10:04:18 2008 for Calculator by  doxygen 1.5.3