summaryrefslogtreecommitdiffhomepage
path: root/cppbnf.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-02-16 17:33:12 +0100
committerRoland Reichwein <mail@reichwein.it>2020-02-16 17:33:12 +0100
commit142194b90d444d988890f9578a24b5d6094ddab0 (patch)
treedf70ccce1f79432c5ec4b78842a6133a71605aee /cppbnf.h
parent6340b97a4fc435d838262ed25cee9566fea7da4c (diff)
Translation phase 3: preprocessing tokens (WIP)
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();