print(“DevLog #1:”)
65,000-Byte typo.
Macondo (the language I created) sets up a standard 65KB memory array for the Brainf*** runtime, or at least it was supposed to. While hardcoding the C template, my finger slipped somehow (probably while I was drinking tea) and wrote this instead:
char mem[65Z536] = {0}
Calling ‘gg’ on itself.
While debugging the subprocess execution that fires off GCC, SOMEONE must have accidentally hit some vim shortcuts or typed out their frustration into the source code. Right before checking the GCC return code, there was a standalone ‘gg’ sitting in the script.
cmd = [“gcc”, “-O3”, tmp_name, “-o”, outfile]
res = subprocess.run(cmd)
gg # <— been here the whole time, unaware.
if res.returncode == 0:
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.