Gekko Wrld

Results 13 issues of Gekko Wrld

### Describe the feature or problem you’d like to solve Can github cli use the user gpg (or other signing methods) if available before using github.com's signing key? ### Proposed...

enhancement
needs-user-input

@DestinedCodes I have fixed installation of the various tools used during installation of Git.

- **fix: Handle `nil` dereference in expressions** - **style: Use `gofmt` to format the go code** - **chore: Successfully seperate the builtins** - **chore: Create a basic string manipulation** -...

### Describe the feature C like languages allow the user to "manipulate" strings using '%' e.g "%s" for strings, "%d" for decimals and so on. Python also has the same...

Feature Request

A trial to try and enable syntax highlighting for vim users The following are highlighted: - Keywords - Types (most) - Operators (most) - Comments (better but not yet there)...

- **feat: Add additional fields to token.Token struct** - **chore: Convert parser errors to 'Syntax Error'**

Handle arguments passed into the program through . Partially conforms to the GNU Argument Syntax: https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html Flags are handled first before the arguments. If an flag passed is incorrect, then...

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

Feature Request

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