Open Issues Need Help
View All on GitHub Bug: The interpreter is binding Base class constructors into the the instance object directly. about 1 month ago
AI Summary: The interpreter incorrectly binds base class constructors (and potentially destructors) directly to instance objects, instead of resolving them through the prototype/class chain. This allows re-initializing an object using its base class constructor directly on the instance, leading to unexpected behavior and state manipulation.
Complexity:
4/5
bug good first issue
A scripting language written in C++ that lets you program using natural Swahili keywords and syntax.
C++
Undefined identifier when instantiating a class "muundo" from another module (lexical scoping is not preserved between module) about 2 months ago
bug help wanted good first issue
A scripting language written in C++ that lets you program using natural Swahili keywords and syntax.
C++