From f7cdbb6635d62a0347be579cb8dd6badec22956d Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 22 Jan 2020 20:59:15 +0100 Subject: Namespace Gram --- grammer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'grammer.h') diff --git a/grammer.h b/grammer.h index 5e76c60..01ea681 100644 --- a/grammer.h +++ b/grammer.h @@ -3,6 +3,8 @@ #include "bnf.h" #include "minicc.h" +namespace Gram { + class Compiler { @@ -17,3 +19,4 @@ public: ProgramNode compile(std::vector Tokens); }; +} // namespace Gram -- cgit v1.2.3