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 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#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#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#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#28 2025-10-27 12:03:21 +11:00
Struct Issues
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-24 20:33:04 +11:00
9ad3bdbc92 Create variables
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-20 10:40:08 +11:00
176c07151a Remove test.bf, add test.bf to .gitignore
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-20 10:38:29 +11:00
1ceecbb99e Set variables to inputs
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-18 20:00:19 +11:00
0710369871 Remove __pycache__, add .gitignore
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-18 19:55:28 +11:00
5fa47dc377 Start of redesign
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-16 13:21:37 +11:00
c98f248245 Undo literally everything lol
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-11 18:07:55 +11:00
333a1241e8 Set, add, remove bytes
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-11 16:59:12 +11:00
74494711f6 Edit individual bytes of data
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-11 15:20:21 +11:00
ea8d651171 Equal bugfix
DiamondNether90 pushed to main at DiamondNether90/BrainAssembly 2025-10-11 11:11:26 +11:00
f2336c8463 Input and equal commands