aboutsummaryrefslogtreecommitdiff
path: root/src/tree.cc
diff options
context:
space:
mode:
authorAdrian Kummerländer2013-01-05 23:06:51 +0100
committerAdrian Kummerländer2013-01-05 23:06:51 +0100
commit39038fddb2032c9944e549be8f1665e028cb68b8 (patch)
tree69b27a62fcb828602f458746976b223c0ecf4d11 /src/tree.cc
parentcde848ce1eb995170723f6f070b9fcba0dfdb880 (diff)
downloadSimpleParser-39038fddb2032c9944e549be8f1665e028cb68b8.tar
SimpleParser-39038fddb2032c9944e549be8f1665e028cb68b8.tar.gz
SimpleParser-39038fddb2032c9944e549be8f1665e028cb68b8.tar.bz2
SimpleParser-39038fddb2032c9944e549be8f1665e028cb68b8.tar.lz
SimpleParser-39038fddb2032c9944e549be8f1665e028cb68b8.tar.xz
SimpleParser-39038fddb2032c9944e549be8f1665e028cb68b8.tar.zst
SimpleParser-39038fddb2032c9944e549be8f1665e028cb68b8.zip
Deprecated parser class in favour of plain functions; Internal lexer,
priority determination and tree building functions were hidden in unnamed namespace
Diffstat (limited to 'src/tree.cc')
-rw-r--r--src/tree.cc2
1 files changed, 1 insertions, 1 deletions
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