From 3dd389f52b556530ec0514fac67277a41a21b47e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 31 Oct 2015 11:05:05 -0700 Subject: refactoring --- src/simple_ast.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/simple_ast.cpp') diff --git a/src/simple_ast.cpp b/src/simple_ast.cpp index 3027010d1..89b8ce8ed 100644 --- a/src/simple_ast.cpp +++ b/src/simple_ast.cpp @@ -1,6 +1,8 @@ #include "simple_ast.h" +namespace cashew { + // Ref methods Ref& Ref::operator[](unsigned x) { @@ -253,3 +255,5 @@ void traverseFunctions(Ref ast, std::function visit) { IStringSet ValueBuilder::statable("assign call binary unary-prefix if name num conditional dot new sub seq string object array"); +} // namespace cashew + -- cgit v1.2.3