Maxwell max
max created repository solstice/docs 2026-05-09 21:06:50 +10:00
max pushed to master at solstice/solstice 2026-05-09 14:07:51 +10:00
e0869d526e Start work on inbuilt compiler debugger
max pushed to master at solstice/solstice 2026-05-05 09:13:06 +10:00
cba5ec1fa2 Calling functions in nested objects
max pushed to master at ground/ground 2026-05-05 08:34:40 +10:00
932846362d Add segfault handling to Ground-dependent programs
max pushed to master at ground/ground 2026-05-05 08:32:23 +10:00
39b6a49a9c Add segfault handler
max pushed to master at ground/ground 2026-05-05 08:25:43 +10:00
159d86b76d Calling functions nesed inside objects
max pushed to master at solstice/solstice 2026-05-04 19:29:21 +10:00
908af13d8f I forgot to remove the fixme lmao
max pushed to master at solstice/solstice 2026-05-04 19:28:17 +10:00
10046703ed Nested object setting
max pushed to master at ground/ground 2026-05-04 17:59:01 +10:00
a2b0924018 Modify fields inside fields
9edb6b51ec Remove flag that I accidently set
Compare 2 commits »
max pushed to master at ground/ground 2026-05-04 13:10:46 +10:00
5f7f2ea152 Start work on moving to Tram
max pushed to master at solstice/solstice 2026-05-04 11:51:37 +10:00
ebfd1d5045 Add sizeof test
max pushed to master at solstice/solstice 2026-05-04 11:51:12 +10:00
1e0abcc0b4 sizeof operator
max commented on issue solstice/solstice#6 2026-04-29 11:28:36 +10:00
Cannot return a struct from a function

This code works, I think your code doesn't because you don't have a return statement?

struct Thing {
    a = "dingus"
    b = 123

    constructor(string a, int b) {
        self.a =…
max commented on pull request ground/ground#31 2026-04-27 11:28:23 +10:00
Fix Subtraction Bug

Crazy bug

max pushed to master at ground/ground 2026-04-27 11:28:17 +10:00
6c293f7c3f Merge pull request 'Fix Subtraction Bug' (#31) from DiamondNether90/cground:master into master
abe4e9d6f0 Fix conflict
Compare 2 commits »
max merged pull request ground/ground#31 2026-04-27 11:28:14 +10:00
Fix Subtraction Bug
max commented on issue solstice/solstice#6 2026-04-23 13:15:14 +10:00
Cannot return a struct from a function

Use a constructor lmao

max pushed to master at ground/ground 2026-04-20 19:05:34 +10:00
80ee95b918 refactor to facilitate solstice stuff
max pushed to master at solstice/solstice 2026-04-20 18:43:31 +10:00
c7bd6e7766 Working generics
max pushed to master at solstice/solstice 2026-04-20 15:17:21 +10:00
68f5868538 use files rel. to current file's directory