From 142194b90d444d988890f9578a24b5d6094ddab0 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 16 Feb 2020 17:33:12 +0100 Subject: Translation phase 3: preprocessing tokens (WIP) --- cppbnf.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cppbnf.h (limited to 'cppbnf.h') 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(); -- cgit v1.2.3