Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SindarinInterpreterAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,4 +90,4 @@ Method template:

## The RBProgramNode hierarchy

The one from pharo
The one from pharo