summaryrefslogtreecommitdiffhomepage
path: root/cppbnf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppbnf.h')
-rw-r--r--cppbnf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cppbnf.h b/cppbnf.h
new file mode 100644
index 0000000..384e6cf
--- /dev/null
+++ b/cppbnf.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "bnf.h"
+
+BNF GetCppBNFLex();
+BNF GetCppBNFGram();