luaur-compile-cli 0.1.3

Command-line Luau source-to-bytecode compiler (Rust).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod annotate_instruction;
pub mod assertion_handler;
pub mod compile_file;
pub mod copts;
pub mod display_help;
pub mod escape_filename;
pub mod get_codegen_assembly;
pub mod get_compile_format;
pub mod main;
pub mod record_delta_time;
pub mod report;
pub mod report_error_compile;
pub mod report_error_compile_alt_b;
pub mod serialize_block_linearization_stats;
pub mod serialize_compile_stats;
pub mod serialize_function_stats;
pub mod serialize_lowering_stats;