diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-03-29 20:15:52 +0200 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-03-29 20:15:52 +0200 | 
| commit | 2eb2383387d16fc919c07e1a6b9211406576b893 (patch) | |
| tree | 83e5c5feb3b337552590d1ce7a4730d91081327f /grammer.cpp | |
| parent | 12c12ebbdd3f843c87ba12c29727003f1f78a7ff (diff) | |
Fix compiler structure
Diffstat (limited to 'grammer.cpp')
| -rw-r--r-- | grammer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/grammer.cpp b/grammer.cpp index 40775ef..8b6f01b 100644 --- a/grammer.cpp +++ b/grammer.cpp @@ -313,7 +313,7 @@ std::vector<TreeNode> Compiler::compile(std::vector<Token> p_tokens)   if (!match(m_top, 0, tokens.size()))    throw std::runtime_error("Compile error"); - //DumpTree(); + DumpTree();   return nodes;  }  | 
