summaryrefslogtreecommitdiffhomepage
path: root/grammer.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-02-16 18:41:49 +0100
committerRoland Reichwein <mail@reichwein.it>2020-02-16 18:41:49 +0100
commitd10f91dce5ecc2643496b7ef78149c0cdf37aaae (patch)
tree9d1e96964ea9539a7637382c9a2235ff4714f644 /grammer.cpp
parent142194b90d444d988890f9578a24b5d6094ddab0 (diff)
Try to match lex grammar (WIP)
Diffstat (limited to 'grammer.cpp')
-rw-r--r--grammer.cpp2
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)
{