teal-language / tl

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

Make `build` and `lfs` optional #726

Closed Frityet closed 6 months ago

Frityet commented 6 months ago

This makes teal easy to use in environments where it is much more difficult to ship lfs. If lfs isn't detected, the build command is gone. This is a draft because I still need to fix tests and edge cases

github-actions[bot] commented 6 months ago

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

hishamhm commented 6 months ago

@Frityet tl build will be removed in the next version of tl. I have already removed in in the development branch I will be uploading soon!

For people wanting a build system for Teal, the recommendation is to use @euclidianAce's cyan!

Frityet commented 6 months ago

@Frityet tl build will be removed in the next version of tl. I have already removed in in the development branch I will be uploading soon!

For people wanting a build system for Teal, the recommendation is to use @euclidianAce's cyan!

Thank you, that's great!