xo-interpreter2 stack: parse literal lists (w/ implicit types)
This commit is contained in:
parent
6198293816
commit
5f3000693e
4 changed files with 25 additions and 2 deletions
|
|
@ -105,6 +105,14 @@ namespace xo {
|
|||
return l->head_;
|
||||
}
|
||||
|
||||
void
|
||||
DList::assign_rest(DList * r)
|
||||
{
|
||||
scope log(XO_DEBUG(true), "need write barrier");
|
||||
|
||||
this->rest_ = r;
|
||||
}
|
||||
|
||||
bool
|
||||
DList::pretty(const ppindentinfo & ppii) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue