#include <iostream>
#include <sstream>
#include <string>
#include "parse.hpp"
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 50 of file calc.cpp.
References parse_loop().
00051 { 00052 parse_loop(std::cin, std::cout); 00053 }