From 39038fddb2032c9944e549be8f1665e028cb68b8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sat, 5 Jan 2013 23:06:51 +0100 Subject: Deprecated parser class in favour of plain functions; Internal lexer, priority determination and tree building functions were hidden in unnamed namespace --- src/tree.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tree.cc') diff --git a/src/tree.cc b/src/tree.cc index 675009e..3755423 100644 --- a/src/tree.cc +++ b/src/tree.cc @@ -66,4 +66,4 @@ std::string Tree::print(std::string term) { return out.str(); } -} +} // SimpleParser -- cgit v1.2.3