xo-interpreter2: + skrepl (read eval print loop)
This commit is contained in:
parent
e993ee0de7
commit
3c20facb34
6 changed files with 268 additions and 12 deletions
|
|
@ -86,6 +86,12 @@ namespace xo {
|
|||
return error_mm_.to_op();
|
||||
}
|
||||
|
||||
bool
|
||||
VirtualSchematikaMachine::is_at_toplevel() const noexcept
|
||||
{
|
||||
return reader_.is_at_toplevel();
|
||||
}
|
||||
|
||||
void
|
||||
VirtualSchematikaMachine::visit_pools(const MemorySizeVisitor & visitor) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue