1 #include <iostream>
2 #include <fstream>
3 #include <string>
4 #include <stack>
6 #include <oberon.h>
7 #include <reader.h>
8 #include <store.h>
9 #include <textmodel.h>
10 #include <visitor.h>
17 };
24 }
27 }
28 };
43 }
44 }
50 }
51 }
52 };
66 }
68 }
73 }
76 }
79 }
82 }
86 }
89 //std::string text = piece->getText();
90 //d_context.top()->addPiece(text);
91 }
92 };
103 }
106 }
108 }
109 }
114 }
117 // std::cout << s->toPlainText() << std::endl;
118 // std::cout << std::endl << std::endl;
122 // std::cout << s->toString() << std::endl;
123 // std::cout << in.tellg() << " " << in.eof() << std::endl;
125 // odc::TypePath path;
126 // odc::ContainerModel(0).getTypePath(&path);
127 // std::cout << path.toString() << std::endl;
129 }