Maxwell max
max pushed to master at ground/ground 2025-08-24 16:30:50 +10:00
8da5a2bf93 Experimental function jumping
max pushed to master at ground/ground 2025-08-24 15:08:13 +10:00
e9600d8500 Scoping
max pushed to master at ground/ground 2025-08-24 14:41:43 +10:00
1c0dfcc4b7 Fix not
max pushed to master at max/dotfiles 2025-08-23 19:36:07 +10:00
dce3f2176c Add my own fully custom waybar
max pushed to master at ground/ground 2025-08-22 13:52:46 +10:00
f7f3972248 Function arguments, start of scoping
max commented on issue ground/ground#4 2025-08-22 10:14:58 +10:00
Error on Line ___

This can be done, however is not a priority at present.

max commented on issue ground/ground#5 2025-08-22 10:14:35 +10:00
Escape Character

Right now there are no escape characters. This will be added in the future.

max commented on issue ground/ground#6 2025-08-22 10:14:11 +10:00
Get String Character At Error Message is Incorrect

Can you upload the code you are trying to run? I need more details to fix this error.

max commented on issue ground/ground#3 2025-08-21 11:06:54 +10:00
Negation Function

Feature added in commit #50d83aa228

max closed issue ground/ground#3 2025-08-21 11:06:54 +10:00
Negation Function
max pushed to master at ground/ground 2025-08-21 11:05:50 +10:00
50d83aa228 "not" instruction
max pushed to master at ground/ground 2025-08-21 08:43:30 +10:00
14758df1ab Example calculator
max commented on issue ground/ground#1 2025-08-21 08:23:46 +10:00
Comment Syntax

There is comment syntax. It uses # on the start of the line, similar to Python, Bash, and various other interpreted languages.

max closed issue ground/ground#1 2025-08-21 08:23:46 +10:00
Comment Syntax
max commented on issue ground/ground#2 2025-08-21 08:23:06 +10:00
Function with no argument

I can adjust this soon if required.

max commented on issue ground/ground#3 2025-08-21 08:22:45 +10:00
Negation Function

You can do this with with a little bit of jumping around, but this shouldn't be too hard to implement as a standard feature. Will do this soon

max pushed to master at ground/ground 2025-08-18 13:38:32 +10:00
b19b4123d8 Parser string and character fix
28a9e389fa Basic function calling support
Compare 2 commits »
max pushed to master at ground/ground 2025-08-15 11:36:10 +10:00
e4cc6b2f14 Fix critical bug, further functions
max pushed to master at ground/ground 2025-08-13 18:32:03 +10:00
bb753e97d4 Return function
max pushed to master at ground/ground 2025-08-13 09:40:09 +10:00
4cd4d9080d Function declarations