Started on input, tired

This commit is contained in:
2022-10-19 20:42:33 +01:00
parent 951453640f
commit 893430469b
7 changed files with 116 additions and 22 deletions

View File

@@ -198,8 +198,6 @@ static int nativeLoadNode(Interpreter* interpreter, LiteralArray* arguments) {
initEngineNode(node, &inner, tb, size);
//NOTE: initNode() must be called manually
// return the node
Literal nodeLiteral = TO_OPAQUE_LITERAL(node, node->tag);
pushLiteralArray(&interpreter->stack, nodeLiteral);