luaur-analyze-cli 0.1.3

Standalone Luau type-checker CLI (Rust).
Documentation
1
2
3
4
5
6
7
8
//! `luaur-analyze` — standalone Luau type-checker CLI (binary entry point).
//!
//! Thin wrapper over the library `main()` (faithful port of the upstream
//! `luau-analyze` CLI in CLI/src/Analyze.cpp).

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