]> pd.if.org Git - pccts/commitdiff
auto commit for import
authorTerence Parr <>
Tue, 3 Oct 1995 23:14:16 +0000 (18:14 -0500)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 26 Feb 2017 02:16:51 +0000 (20:16 -0600)
testcpp/2/MyLexer.h [new file with mode: 0755]

diff --git a/testcpp/2/MyLexer.h b/testcpp/2/MyLexer.h
new file mode 100755 (executable)
index 0000000..d008328
--- /dev/null
@@ -0,0 +1,11 @@
+/* MyTokenBuffer.h */
+
+#include ATOKENBUFFER_H
+
+class MyLexer : public ANTLRTokenStream {
+private:
+       int c;
+public:
+       MyLexer();
+       virtual ANTLRAbstractToken *getToken();
+};