#include "grammar.h" #include int main(int argc, char *argv[]) { Grammar gram("grammar.txt"); cout << "top line:" << endl; }