diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-01-23 21:53:57 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-01-23 21:53:57 +0100 |
commit | e172ed9f799501c234c8da18cef829244473f1d7 (patch) | |
tree | 2c36c8adef69bd7c1b61efc1fe91188ab61ca6d8 /bnf.h | |
parent | f7cdbb6635d62a0347be579cb8dd6badec22956d (diff) |
Added grammer
Diffstat (limited to 'bnf.h')
-rw-r--r-- | bnf.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ using namespace std::string_literals; using BNF = std::map<std::string, std::vector<std::vector<std::string>>>; using Terminals = std::set<std::string>; -using ProgramNode = std::deque<std::string>; using PathElement = std::pair<std::string, size_t>; // Name, Index std::map<std::string, std::set<std::string>> Reverse(BNF bnf); |