diff --git a/SindarinInterpreterAPI.md b/SindarinInterpreterAPI.md index 7d7f54b..f4e7aa6 100644 --- a/SindarinInterpreterAPI.md +++ b/SindarinInterpreterAPI.md @@ -17,7 +17,7 @@ Method template: ## Sindarin Adapter -+ SindarinAdapter>>#debug: ++ SindarinAdapter class>>#debug: + (BlockClosure) -> (SindarinAdapter) + Initialise @self (newly created instance) to be a debug session on the execution of the provided block closure. Return @self. Note that using a BlockClosure referencing elements that are not accessible globally (like self, variables...) will prevent the DASTInterpreter from running it properly (because it converts the BlockClosure into source code and parse it to get the AST nodes it actually executes) + SindarinAdapter>>#context @@ -90,4 +90,4 @@ Method template: ## The RBProgramNode hierarchy -The one from pharo \ No newline at end of file +The one from pharo