Make Compiled Kym Chunk Objects Callable #14

Closed
opened 2023-06-03 22:20:45 +02:00 by kayomn · 0 comments
Owner

Chunk objects cannot be called as you would expect, as well as how the VM environment would expect. This is currently a bug, but it's also a missing feature.

The AST is traversed by the chunk and bytecode is generated, however there is no logic to execute said bytecode yet.

Chunk objects cannot be called as you would expect, as well as how the VM environment would expect. This is currently a bug, but it's also a missing feature. The AST is traversed by the chunk and bytecode is generated, however there is no logic to execute said bytecode yet.
kayomn added this to the (deleted) milestone 2023-06-03 22:20:45 +02:00
kayomn added the
bug
label 2023-06-03 22:20:45 +02:00
kayomn self-assigned this 2023-06-03 22:20:45 +02:00
Sign in to join this conversation.
No description provided.