diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-02-16 17:33:12 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-02-16 17:33:12 +0100 |
commit | 142194b90d444d988890f9578a24b5d6094ddab0 (patch) | |
tree | df70ccce1f79432c5ec4b78842a6133a71605aee /cppbnf.h | |
parent | 6340b97a4fc435d838262ed25cee9566fea7da4c (diff) |
Translation phase 3: preprocessing tokens (WIP)
Diffstat (limited to 'cppbnf.h')
-rw-r--r-- | cppbnf.h | 6 |
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(); |