Skip to content
Snippets Groups Projects
Commit ea784a2b authored by stepan's avatar stepan
Browse files

Change the AST structure so that args are copied in RootTagged node

* New interface RootBodyNode implemented by FunctionBodyNode
* FunctionBodyNode saves args and then executes the actual body node
* New tag FunctionBodyBlockTag that tags BlockStatements that are function bodies
* FastR debugger that used to listen to RootTags (originally BlockNodes that had FunctionDefinitionNode as parent) is now listening to FunctionBodyBlockTags
parent baa83021
No related branches found
No related tags found
No related merge requests found
Showing
with 437 additions and 165 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment