Skip to content

TechHog8984/luau_beautifier

Repository files navigation

Luau Beautifier

A beautifier for Luau written in C++

Replit

You can use luau_beautifier without compiling with this replit.

Build

$ make -s

Build (web assembly)

$ make wasm

Usage

Usage: ./luau-beautifier [options] [file]

options:
  --minify: switches output mode from beautify to minify
  --nosolve: doesn't solve simple expressions
  --replaceifelseexpr: tries to replace if else expressions with statements
  --extra1: tries to replace certain statements / expression using potentially dangerous methods

If there are errors parsing (both CLI options or the input code), you will see those in stderr.
Otherwise, the beautified code will appear in stdout.

Other notes

  1. The Luau version used is 0.630
  2. Currently there is no MINIMAL support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages