#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 56 of file calc.cpp.
References parse_loop().
00057 { 00058 parse_loop(std::cin, std::cout); 00059 }