teal-language / tl

The compiler for Teal, a typed dialect of Lua
MIT License
2.15k stars 111 forks source link

Catch implicit redeclarations #446

Closed euclidianAce closed 3 years ago

euclidianAce commented 3 years ago

This moves the check for redeclarations into add_var so implicit declarations in things like for loops and function arguments get caught

github-actions[bot] commented 3 years ago

Teal Playground URL: https://446--teal-playground.netlify.app

hishamhm commented 3 years ago

@euclidianAce Nice! merged! :)