summaryrefslogtreecommitdiffhomepage
path: root/grammer.h
diff options
context:
space:
mode:
Diffstat (limited to 'grammer.h')
-rw-r--r--grammer.h3
1 files changed, 3 insertions, 0 deletions
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<Token> Tokens);
};
+} // namespace Gram