Maxwell max
max commented on issue solstice/solstice#4 2026-04-09 10:18:27 +10:00
Division behaves like subtraction

Fixed in commit 1e3bd6c601

max pushed to master at solstice/solstice 2026-04-09 10:17:56 +10:00
1e3bd6c601 Division no longer becomes subtraction
max pushed to master at solstice/solstice 2026-04-09 10:04:23 +10:00
f66464a7cc Stuff
max pushed to main at ground/.profile 2026-04-05 18:49:42 +10:00
max pushed to main at ground/.profile 2026-04-05 18:49:07 +10:00
51a6ada1e7 add readme
max created branch main in ground/.profile 2026-04-05 18:49:07 +10:00
max commented on pull request ground/ground#26 2026-04-05 18:22:01 +10:00
Unit tests

Screw it we merge

max pushed to master at ground/ground 2026-04-05 18:21:56 +10:00
c9f6fa5f8a Merge pull request 'Unit tests' (#26) from DiamondNether90/cground:master into master
93ae22c0db Added the bandaid fix back for variables because apparently it still breaks strings in extlibs???
5c5b0bd26f Add bitwise or
be7db9d837 Fix memory leak in Ground REPL, remove persistent labels to avoid UB
Compare 11 commits »
max merged pull request ground/ground#26 2026-04-05 18:21:54 +10:00
Unit tests
max created repository ground/.profile 2026-04-05 18:17:04 +10:00
max pushed to master at tram/tram 2026-04-04 13:46:40 +11:00
d0a8ca537a Refactor parameter->string generation, start add
max pushed to master at tram/tram 2026-04-03 19:31:46 +11:00
5bf5255714 Update stuff
max pushed to master at tram/tram 2026-03-31 21:31:51 +11:00
8eb020688d C API (havent tested yet)
max pushed to master at tram/tram 2026-03-29 14:25:04 +11:00
d47cb71b66 String support (floats are currently segfaulting)
max pushed to master at tram/tram 2026-03-29 08:35:53 +11:00
3d4caaad40 Seperate integer and float registers
max commented on pull request ground/ground#26 2026-03-26 08:03:36 +11:00
Unit tests

Why is the bitwise or commit in the unit tests pr, can you move it to it's own PR?

max commented on issue ground/ground#27 2026-03-19 14:30:45 +11:00
Problems with listappend

My theory is that it is a problem with the closure implementation

Reproducing the example does not invoke the closure system, I don't understand how it can be a closure error

max commented on issue ground/ground#27 2026-03-19 14:29:27 +11:00
Problems with listappend

Issue is a use-after-free (in copyGroundValue), not associated with the closure implementation. I've temporarily stopped freeGroundValue from freeing strings, and the issue seems to be fixed. It's…

max pushed to master at ground/ground 2026-03-19 13:04:11 +11:00
fb6dd62a42 Leak a little memory to fix list issue
max commented on issue ground/ground#21 2026-03-18 21:18:19 +11:00
Problem with ground file importing

Vineboom