1 // vim: set expandtab tabstop=4 shiftwidth=4:
12 int main(int argc, char* argv[]) {
20 cout << "Parser example:" << endl;
21 cout << "===============" << endl;
24 parser.parse_file(file);
25 } catch (exception e) {
26 cerr << "Error: " << e.what() << endl;