From 7c727df4fb7e15e396959f59048f22bb346aef13 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sun, 26 Dec 2021 17:47:38 +0100 Subject: Still far from ready, but what is linked to src/Main.elm does compile. --- src/Tonkadur/Execute.elm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Tonkadur/Execute.elm') diff --git a/src/Tonkadur/Execute.elm b/src/Tonkadur/Execute.elm index 98eb680..cf582dd 100644 --- a/src/Tonkadur/Execute.elm +++ b/src/Tonkadur/Execute.elm @@ -80,6 +80,7 @@ extra_instruction : ( extra_instruction name parameters state = -- No extra instruction supported. -- TODO: error report. + state initialize : ( String -> @@ -103,6 +104,7 @@ initialize type_name address state = ) state.memory ) + -- TODO: detect allocated memory for special handling. } prompt_command : ( @@ -168,6 +170,7 @@ remove address state = (\last_addr dict -> (Dict.remove last_addr dict)) state.memory ) + -- TODO: detect allocated memory for special handling. } resolve_choice : Tonkadur.Types.State -> Tonkadur.Types.State -- cgit v1.2.3-70-g09d2