aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp.hpp')
-rw-r--r--src/resp.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resp.hpp b/src/resp.hpp
index ba0ae4b..acd5213 100644
--- a/src/resp.hpp
+++ b/src/resp.hpp
@@ -209,6 +209,7 @@ struct ATuple : public AST {
inline const AST* fst() const { return _fst; }
inline const ATuple* rst() const { return _rst; }
inline const AST* frst() const { return _rst->_fst; }
+ inline const AST* rrst() const { return _rst->_rst; }
inline const AST* frrst() const { return _rst->_rst->_fst; }
bool empty() const { return _fst == 0 && _rst ==0; }