xo-interpreter: + expression sequences
This commit is contained in:
parent
498dd6a54e
commit
7ee41a4b71
7 changed files with 158 additions and 4 deletions
|
|
@ -25,6 +25,8 @@ namespace xo {
|
|||
|
||||
int_type value() const { return value_; }
|
||||
|
||||
void assign_value(int_type x) { value_ = x; }
|
||||
|
||||
// inherited from Object..
|
||||
virtual TaggedPtr self_tp() const final override;
|
||||
virtual void display(std::ostream & os) const final override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue