A human-readable programming language with natural syntax, bytecode VM, and automatic memory management. Built in C.

2 Open Issues Need Help Last updated: Dec 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: A memory leak occurs in the `to_string` built-in function when it's called with an argument that is already a string. The function fails to properly release the reference to the string, leading to a leak of 32-75 bytes per occurrence, as detected by Valgrind. This issue is triggered by f-strings that embed string variables.

Complexity: 2/5
bug enhancement good first issue 0.4.0 memory-safety runtime compiler test vm gc breaking

A human-readable programming language with natural syntax, bytecode VM, and automatic memory management. Built in C.

C

A human-readable programming language with natural syntax, bytecode VM, and automatic memory management. Built in C.

C