diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-02-16 18:41:49 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-02-16 18:41:49 +0100 |
commit | d10f91dce5ecc2643496b7ef78149c0cdf37aaae (patch) | |
tree | 9d1e96964ea9539a7637382c9a2235ff4714f644 /grammer.cpp | |
parent | 142194b90d444d988890f9578a24b5d6094ddab0 (diff) |
Try to match lex grammar (WIP)
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 808c49e..9df4703 100644 --- a/grammer.cpp +++ b/grammer.cpp @@ -4,7 +4,7 @@ using namespace Gram; -static bool debug{false}; +bool debug{false}; void Debug(std::string s) { |