A3t
- Added tree accessor.
This commit is contained in:
@@ -118,6 +118,12 @@ void A3t::append_stdin ()
|
||||
#endif
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Tree* A3t::tree ()
|
||||
{
|
||||
return _tree;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Tree* A3t::parse ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user