Nuru
Nuru copied to clipboard
A Swahili Programming Language built from the ground up
### Describe the feature shebang is a unix feature that is most of the scripting languages: ### Use Case It will be nice to just execute the scripts without explicitly...
Add the ability for parsing hexadecimal numbers. During parsing, the value decays down to either Integer or Float. This simplifies the parsing process. This partially fixes: https://github.com/NuruProgramming/Nuru/issues/63 Signed-off-by: Gekko Wrld
The current installation process for `nuru` has a few structural issues that could be improved for better adherence to Linux standards and professionalism. This issue highlights necessary changes regarding binary...
The module system is now nearly complete. The module system is file based. You can import a file (don't include the extension) File extensions MUST be `.nuru`. You can nest...
Anza kuandishi wa maktaba ya msingi ya nuru. Haya maktaba ndiyo yatakayo kuja na nuru kama lugha. maktaba haya yataandikwa kwa lugha ya nuru yenyewe.
This PR introduces basic pointer support to VintLang, allowing for more advanced data manipulation. Key Features: Address-of Operator (&): Get a pointer to the value of a variable. Dereference Operator...
Currently `nuru` has a module system. The aim of this proposal is to improve on this system. This introduces breaking changes to the core language. For consistency, the following terms...
This is a Windows version for: f07d4d5b321d05473fa5708498647cb839b67c04 It expects Windows 10 (tested on it) and Powershell 5.1+ (Some functions used were instroduced after this.)
### Describe the feature This feature introduces native support for arithmetic and logical operations in the Nuru programming language on **Strings**, **Arrays**, and **Dictionaries**. It aims to expand the expressive...