teal-language / tl

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

Teal accepts code with unterminated long comments #606

Closed shviller closed 1 year ago

shviller commented 1 year ago

Teal typechecks and runs this just fine:

print'1'
--[[comment
print'2'
print'3'

While Lua errors with "unfinished long comment near \<eof>"