luaur-ast 0.1.3

Lexer, parser, and AST for Luau (faithful Rust port).
Documentation
pub mod deprecated_args_validator;
pub mod dump;
pub mod find_attribute_in_array;
pub mod find_confusable;
pub mod get_identifier;
pub mod get_location_ast;
pub mod get_location_ast_alt_b;
pub mod has_attribute_in_array;
pub mod install_parse_error_panic_hook;
pub mod is_alpha;
pub mod is_constant_literal;
pub mod is_digit_lexer;
pub mod is_digit_pretty_printer;
pub mod is_enough_values;
pub mod is_expr_l_value;
pub mod is_hex_digit;
pub mod is_identifier_char;
pub mod is_identifier_start_char;
pub mod is_l_value;
pub mod is_literal_table;
pub mod is_newline;
pub mod is_space;
pub mod is_stat_last;
pub mod is_type_follow;
pub mod parse_double;
pub mod parse_integer;
pub mod parse_integer_64;
pub mod pretty_print_pretty_printer;
pub mod pretty_print_pretty_printer_alt_b;
pub mod pretty_print_pretty_printer_alt_c;
pub mod pretty_print_with_types_pretty_printer;
pub mod pretty_print_with_types_pretty_printer_alt_b;
pub mod should_parse_type_pack;
pub mod to_string_ast;
pub mod to_string_ast_alt_b;
pub mod to_string_pretty_printer;
pub mod to_utf_8;
pub mod unescape;
pub mod visit_type_list;
pub mod visit_type_or_pack_array;