summaryrefslogtreecommitdiffstats
path: root/src/grammar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.hpp')
-rw-r--r--src/grammar.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grammar.hpp b/src/grammar.hpp
index e603d00..b54b46d 100644
--- a/src/grammar.hpp
+++ b/src/grammar.hpp
@@ -39,6 +39,8 @@ struct grammar_t {
std::map<std::string, std::string> nonterm_types;
std::map<symbol_t, std::pair<std::string, std::string>> term_types;
+ std::map<symbol_t, std::string> destructors;
+
std::string header_block;
std::string source_block;