xo-interpreter: handle litersl strings. Broken memory model.
This commit is contained in:
parent
6e9349f70c
commit
cf846b2f8d
16 changed files with 234 additions and 32 deletions
|
|
@ -23,12 +23,6 @@ namespace xo {
|
|||
return x + y;
|
||||
}
|
||||
|
||||
void
|
||||
BuiltinPrimitives::install_interpreter_conversions(ObjectConverter * /*target*/)
|
||||
{
|
||||
/* abandoning this path */
|
||||
}
|
||||
|
||||
void
|
||||
BuiltinPrimitives::install(gc::IAlloc * mm, gp<GlobalEnv> env)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue