teal-language / tl

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

teal now accepts table as input to os.time #445

Closed JLPLabs closed 3 years ago

JLPLabs commented 3 years ago

This addresses #443. In tl.tl used os.date as template; now os.time fulfills the Lua 5.4 manual: os.time([table])

github-actions[bot] commented 3 years ago

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

hishamhm commented 3 years ago

@JLPLabs Thank you!