diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-02-16 16:33:19 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-02-16 16:33:19 +0100 |
commit | 2f4118526972f7f3d5147342bc65909fcc82b6c7 (patch) | |
tree | 3514b840da299d7203ce1bbcbf81d36be1108260 /bnf.h | |
parent | 0aaa6440a23e1dedf4a907fa46f979ea9d248e99 (diff) |
clang++-9, integrate cppbnf
Diffstat (limited to 'bnf.h')
-rw-r--r-- | bnf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,3 +12,5 @@ using namespace std::string_literals; using BNF = std::map<std::string, std::vector<std::vector<std::string>>>; std::map<std::string, std::set<std::string>> Reverse(BNF bnf); + +BNF SubBNF(const BNF& bnf, const std::string& top); |