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

Feature added in commit #50d83aa228

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 closed issue ground/ground#1 2025-08-21 08:23:46 +10:00
Comment Syntax
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 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
max pushed to master at ground/ground 2025-08-12 09:45:15 +10:00
52eadaa9c3 Typerefs and functionrefs
max pushed to master at ground/ground 2025-08-11 14:57:52 +10:00
db0c362efb Start work on functions
max pushed to master at ground/ground 2025-08-11 14:13:04 +10:00
c39967a72f Type conversion
Compare 2 commits »
max pushed to master at ground/ground 2025-08-11 13:29:12 +10:00
163f85b896 Fix a typo
max pushed to master at ground/ground 2025-08-11 10:07:10 +10:00
09033cd432 More stuff
max pushed to master at ground/ground 2025-08-11 08:57:49 +10:00
566d3aa0fb updates
max pushed to master at ground/ground 2025-08-10 16:09:32 +10:00
f8397e85d4 Labels
max pushed to master at ground/ground 2025-08-10 15:43:04 +10:00
3f2482d7ea Labels