teal-language / tl

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

Fix a few compiler issues with close attribute #555

Closed pigpigyyy closed 2 years ago

pigpigyyy commented 2 years ago

Fix a few issues when using Teal with close attributes feature. Stop vscode plugin from complaining compiler crashes.

github-actions[bot] commented 2 years ago

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

hishamhm commented 2 years ago

Cool, thank you! Pinging @euclidianAce for a quick look since he was the one worked on the close attribute support.

hishamhm commented 2 years ago

I went ahead and merged this since it looks good to me :) — if there's anything else to be addressed on this topic, it can be done in future PRs!