From 4f3e3ff8335ff23f70bfb648a0606fa4b7072d2f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 3 Aug 2023 17:39:35 +1000 Subject: [PATCH] Tweak 2: Electric Boogaloo --- deep-dive/developing-toy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deep-dive/developing-toy.md b/deep-dive/developing-toy.md index 6f3c5f8..1fdc696 100644 --- a/deep-dive/developing-toy.md +++ b/deep-dive/developing-toy.md @@ -125,14 +125,14 @@ Once all function literals have been read out of this section, the opcode `TOY_O TODO -## Function Internal Structure - -TODO: loose first argument, args & returns counters in the program space - ### Opcodes TODO +## Function Internal Structure + +TODO: loose first argument, args & returns counters in the program space + # Parser Structure and Operations TODO