diff options
Diffstat (limited to 'docs/lifecycle/scope.md')
| -rw-r--r-- | docs/lifecycle/scope.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/lifecycle/scope.md b/docs/lifecycle/scope.md new file mode 100644 index 0000000..849c52d --- /dev/null +++ b/docs/lifecycle/scope.md @@ -0,0 +1,15 @@ +# Scope + +--- + +Traverse AST and: + +## Link Parent Lists + +## Create Vars + +## Initialize Functions + +## Register Imports + +On finding an import node add a register task for the imported string |
