Open Issues Need Help
View All on GitHubAI Summary: The interpreter is incorrectly binding base class constructors and destructors directly to instance objects, rather than resolving them through the prototype/class chain. This allows base class constructors to be re-initialized on an instance, which is not the intended behavior.
A scripting language written in C++ that lets you program using natural Swahili keywords and syntax.
AI Summary: When instantiating a class `muundo` from a different module in SwaziLang, the class does not correctly inherit its lexical scope. This leads to an 'Undefined identifier' error when methods try to access variables defined in the module where the class was originally declared, as they are not being closed over properly.
A scripting language written in C++ that lets you program using natural Swahili keywords and syntax.