- Added tree accessor.
This commit is contained in:
Paul Beckingham
2014-04-19 08:19:12 -04:00
parent 1a731500e6
commit c65670278c
2 changed files with 7 additions and 0 deletions

View File

@@ -118,6 +118,12 @@ void A3t::append_stdin ()
#endif
}
////////////////////////////////////////////////////////////////////////////////
Tree* A3t::tree ()
{
return _tree;
}
////////////////////////////////////////////////////////////////////////////////
Tree* A3t::parse ()
{