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

diff --git a/testcpp/3/mytokens.h b/testcpp/3/mytokens.h
new file mode 100755 (executable)
index 0000000..26220af
--- /dev/null
@@ -0,0 +1,5 @@
+enum ANTLRTokenType {
+       IDENTIFIER=1,
+       NUMBER=2,
+       Eof=3
+};