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

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