#include "parser.h" #include int main() { calc::Parser p(CalcLexer{std::cin}); p.parse(); std::cout << "\033[1;33mGoodbye\033[0m" << std::endl; }