diff --git a/queries/locals.scm b/queries/locals.scm index f4ca3de..70baf87 100644 --- a/queries/locals.scm +++ b/queries/locals.scm @@ -1,3 +1,9 @@ +; See this issue [1] for support for "lazy scoping" which is somewhat needed +; for Tiger semantics (e.g: one can call a function before it has been defined +; top-to-bottom). +; +; [1]: https://github.com/tree-sitter/tree-sitter/issues/918 + ; Scopes {{{ [ (for_expression)