luaur-ast-cli 0.1.0

Luau AST dump CLI (Rust).
Documentation
1
2
3
4
5
6
7
8
//! `luaur-ast` — Luau AST dump CLI (binary entry point).
//!
//! Thin wrapper over the library `main()` (faithful port of the upstream
//! `luau-ast` CLI in CLI/src/Ast.cpp).

fn main() {
    luaur_ast_cli::functions::main::main();
}