#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 21 of file calc.cpp.
References parse_loop().
00022 { 00023 parse_loop(std::cin, std::cout); 00024 }