DiamondNether90
  • What even is a location. Are we even real.
  • Newton's Method: x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} \implies f(x_\infty)=0

  • Joined on 2025-08-20
DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-18 16:40:57 +11:00
8f34705965 Fix extra space in ErrorInstruction line of errors
dc2781559d request lib 2.0.0
Compare 4 commits »
DiamondNether90 created pull request ground/ground#26 2026-03-18 15:24:24 +11:00
Unit tests
DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-18 15:23:40 +11:00
7443722dd5 Unit tests
3f678e0cd7 Fix code skipping when using use
76f342adf8 Fix buffer sizes
832c6c7bf9 Fix use segfault
Compare 4 commits »
DiamondNether90 commented on issue ground/ground#25 2026-03-18 14:29:55 +11:00
Error Message Bug

fixed, ill make a pr soon

DiamondNether90 closed issue ground/ground#25 2026-03-18 14:29:55 +11:00
Error Message Bug
DiamondNether90 opened issue ground/ground#25 2026-03-18 14:10:01 +11:00
Error Message Bug
DiamondNether90 commented on issue ground/ground#21 2026-03-17 18:45:18 +11:00
Problem with ground file importing

Bugs 1 and 3 are now fixed

DiamondNether90 commented on issue ground/ground#21 2026-03-17 14:21:09 +11:00
Problem with ground file importing

For the second problem, it's adding to the current instruction counter for the main program when executing the interpreted function. e.g.

#lib.grnd
println "Hello"
println "Hello"

DiamondNether90 opened issue ground/libraries#3 2026-03-17 12:51:08 +11:00
Mistakes with !math_Modulus
DiamondNether90 commented on issue ground/libraries#1 2026-03-17 12:48:45 +11:00
Grogs - Allow doubles to be parsed for shape coordinates (i.e. automatically round)

Problem with old ground, closing

DiamondNether90 closed issue ground/libraries#1 2026-03-17 12:48:45 +11:00
Grogs - Allow doubles to be parsed for shape coordinates (i.e. automatically round)
DiamondNether90 closed issue ground/libraries#2 2026-03-17 12:48:33 +11:00
Grogs is extremely unstable
DiamondNether90 commented on issue ground/libraries#2 2026-03-17 12:48:33 +11:00
Grogs is extremely unstable

Problem with old ground, closing

DiamondNether90 commented on issue ground/ground#21 2026-03-16 22:09:01 +11:00
Problem with ground file importing

The first one is a simple fix, I'll make a PR tomorrow.

The second one I thought I fixed, but this ended up breaking the jump instruction (which is slightly important!)

I have no clue what…

DiamondNether90 closed pull request ground/ground#24 2026-03-16 21:58:45 +11:00
Bugfixes mainly related to issue #21
DiamondNether90 commented on pull request ground/ground#24 2026-03-16 21:58:45 +11:00
Bugfixes mainly related to issue #21

Nevermind this breaks the jump command

DiamondNether90 created pull request ground/ground#24 2026-03-16 19:22:29 +11:00
Bugfixes mainly related to issue #21
DiamondNether90 closed pull request ground/ground#23 2026-03-16 19:21:27 +11:00
50% done with fixing use
DiamondNether90 commented on pull request ground/ground#23 2026-03-16 19:21:27 +11:00
50% done with fixing use

dammit it didnt save

DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-16 19:21:07 +11:00
a0a8cb69cc Actually fixed skipped instructions after use (previous commit didn't include it for some reason)