A scripting language written in C++ that lets you program using natural Swahili keywords and syntax.

2 Open Issues Need Help Last updated: Oct 7, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
bug good first issue

A scripting language written in C++ that lets you program using natural Swahili keywords and syntax.

C++

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.

Complexity: 3/5
bug help wanted good first issue

A scripting language written in C++ that lets you program using natural Swahili keywords and syntax.

C++