diff options
Diffstat (limited to 'execution.e')
| -rw-r--r-- | execution.e | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/execution.e b/execution.e index e1b894d..ce4c2c4 100644 --- a/execution.e +++ b/execution.e @@ -478,7 +478,17 @@ ~ (input string pointer, output buffer start, output point) 3roll - log-load-transform ; + log-load-transform + ~ (output point) + + ~ Now everything we need has been added to the log and we're almost ready + ~ to jump into it. It's inconvenient for code under the log-load transform + ~ to interact with the label system, so we initialize main-input-buffer + ~ here. + ~ + ~ TODO or not ;) + ~ main-input-buffer boot-source attach-string-to-input-buffer + ; ~ Where next? |