From d10f91dce5ecc2643496b7ef78149c0cdf37aaae Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 16 Feb 2020 18:41:49 +0100 Subject: Try to match lex grammar (WIP) --- grammer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammer.cpp') 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) { -- cgit v1.2.3