diff options
author | John Wiegley <johnw@newartisans.com> | 2010-02-04 23:59:17 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-02-05 00:00:40 -0500 |
commit | 69da18cd303b10f9badd542141ffdfd546009508 (patch) | |
tree | 2f3a39c4b71b8cb8b232502401e8dd2c8c2247ef /src/post.h | |
parent | 40eae8bf94f65a000541449b863ea26a469627fd (diff) | |
download | fork-ledger-69da18cd303b10f9badd542141ffdfd546009508.tar.gz fork-ledger-69da18cd303b10f9badd542141ffdfd546009508.tar.bz2 fork-ledger-69da18cd303b10f9badd542141ffdfd546009508.zip |
Some minor refactoring of the textual parser
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -115,6 +115,8 @@ public: virtual expr_t::ptr_op_t lookup(const symbol_t::kind_t kind, const string& name); + amount_t resolve_expr(scope_t& scope, expr_t& expr); + bool valid() const; struct xdata_t : public supports_flags<uint_least16_t> |