feat: ink variable semantics, global ref table for astgen
This commit is contained in:
parent
197a37ebe7
commit
9658c8a308
7 changed files with 298 additions and 141 deletions
3
testing/regression/semantics/global-shadowing.ink
Normal file
3
testing/regression/semantics/global-shadowing.ink
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
~ temp foo = "temp"
|
||||
{foo}
|
||||
VAR foo = "global"
|
||||
Loading…
Add table
Add a link
Reference in a new issue