diff options
Diffstat (limited to 'expr.h')
-rw-r--r-- | expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -115,6 +115,8 @@ public: static value_t eval(const string& _expr, scope_t& scope); }; +std::ostream& operator<<(std::ostream& out, const expr_t& expr); + } // namespace ledger #endif // _EXPR_H |