teal-language / tl

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

Implement a beautifier / formatter tool #84

Open pdesaulniers opened 4 years ago

pdesaulniers commented 4 years ago

At some point, it would be nice to have a tool like rustfmt to format Teal code automatically.

This tool could probably be based on tl's parser.

cloudfreexiao commented 4 years ago

I think this tool is useful ... https://github.com/Koihik/LuaFormatter