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 opened issue ground/ground#5 2025-12-15 10:39:26 +11:00
Delete Variable
DiamondNether90 opened issue ground/ground#4 2025-12-15 10:35:11 +11:00
Custom Error Messages
DiamondNether90 opened issue ground/ground#3 2025-12-15 10:11:22 +11:00
More build info in README.md
DiamondNether90 created repository DiamondNether90/highground-fork 2025-12-15 10:07:20 +11:00
DiamondNether90 commented on issue ground/ground#2 2025-12-15 08:42:45 +11:00
tests/list.grnd Errors

ignore

DiamondNether90 closed issue ground/ground#2 2025-12-15 08:42:38 +11:00
tests/list.grnd Errors
DiamondNether90 opened issue ground/ground#2 2025-12-15 08:41:56 +11:00
tests/list.grnd Errors
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-11-06 16:56:32 +11:00
6105f8080d Booli command
bb635f1e94 Booli command
Compare 2 commits »
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-11-03 13:50:43 +11:00
e853195cc3 Equal command
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-11-01 10:30:16 +11:00
4bcbc6c650 If statements
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-30 17:15:54 +11:00
5e9c2273a9 Remove extra stuff
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-30 17:11:18 +11:00
976e9dfaa0 Increment variables
DiamondNether90 deleted branch master from DiamondNether90/BrainAssembly 2025-10-30 16:49:41 +11:00
DiamondNether90 created branch master in DiamondNether90/BrainAssembly 2025-10-30 16:41:33 +11:00
DiamondNether90 pushed to master at DiamondNether90/BrainAssembly 2025-10-30 16:41:33 +11:00
9a66e9ab55 Increment variables
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-28 14:48:25 +11:00
89065711ce Print strings
DiamondNether90 commented on issue ground/ground-old#28 2025-10-27 14:14:19 +11:00
Struct Issues

Another bug: You can't jump within struct functions

DiamondNether90 commented on issue ground/ground-old#28 2025-10-27 12:15:34 +11:00
Struct Issues

Another issue: getlistsize &struct.field &len2 returns syntaxError: Couldn't find the list vec2.values (vec2.values is a list).

I can use this code as a workaround:

set &val
DiamondNether90 commented on issue ground/ground-old#28 2025-10-27 12:12:27 +11:00
Struct Issues

Another issue: getlistsize &struct &len1 This gives a C++ Runtime Error:

terminate called after throwing an instance of 'std::bad_variant_access'
  what():  std::get: wrong index…
DiamondNether90 opened issue ground/ground-old#28 2025-10-27 12:03:21 +11:00
Struct Issues