DEBSOURCES
Skip Quicknav
sources / bisonc%2B%2B / 6.09.02-1 / documentation / manual / error / errordemo / main.cc
123456789101112
#include <iostream> #include <string> #include "parser/parser.h" int main(int argc, char **argv) { Parser parser; parser.parse(); }