An open API service indexing awesome lists of open source software.

https://github.com/brightluau/bright

A scriptable tool for transforming and transpiling Luau code
https://github.com/brightluau/bright

luau

Last synced: 6 months ago
JSON representation

A scriptable tool for transforming and transpiling Luau code

Awesome Lists containing this project

README

          



Bright hero

Bright


A scriptable tool for transforming and transpiling Luau code

## Non-goals
- Drop-in replacement for Darklua - Bright is designed to be a much more complex transformer and will support more
complex rule definitions, but in exchange this means that it won't act as a simple drop-in
- Simplicity - since Bright is scriptable, it will support a wide variety of transformations that you can apply to code,
which means that writing a transformer will not be simple; clear documentation should be prioritised over simplicity
- Producing new ASTs - transformer scripts are for transforming existing ASTs, not making new ones