#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 14 of file calc.cpp.
References parse_loop().
00015 { 00016 parse_loop(std::cin, std::cout); 00017 }
1.5.3