Maxwell max
max commented on issue ground/ground-old#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-old#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-old#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 closed issue ground/ground-old#3 2025-08-21 11:06:54 +10:00
Negation Function
max commented on issue ground/ground-old#3 2025-08-21 11:06:54 +10:00
Negation Function

Feature added in commit #50d83aa228

max pushed to master at ground/ground-old 2025-08-21 11:05:50 +10:00
50d83aa228 "not" instruction
max pushed to master at ground/ground-old 2025-08-21 08:43:30 +10:00
14758df1ab Example calculator
max closed issue ground/ground-old#1 2025-08-21 08:23:46 +10:00
Comment Syntax
max commented on issue ground/ground-old#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 commented on issue ground/ground-old#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-old#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-old 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-old 2025-08-15 11:36:10 +10:00
e4cc6b2f14 Fix critical bug, further functions
max pushed to master at ground/ground-old 2025-08-13 18:32:03 +10:00
bb753e97d4 Return function
max pushed to master at ground/ground-old 2025-08-13 09:40:09 +10:00
4cd4d9080d Function declarations
max pushed to master at ground/ground-old 2025-08-12 09:45:15 +10:00
52eadaa9c3 Typerefs and functionrefs
max pushed to master at ground/ground-old 2025-08-11 14:57:52 +10:00
db0c362efb Start work on functions
max pushed to master at ground/ground-old 2025-08-11 14:13:04 +10:00
c39967a72f Type conversion
Compare 2 commits »
max pushed to master at ground/ground-old 2025-08-11 13:29:12 +10:00
163f85b896 Fix a typo
max pushed to master at ground/ground-old 2025-08-11 10:07:10 +10:00
09033cd432 More stuff