luaur-ast 0.1.2

Lexer, parser, and AST for Luau (faithful Rust port).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod ast_table_access;
pub mod brace_type;
pub mod constant_number_parse_result;
pub mod kind_ast;
pub mod kind_cst;
pub mod mode;
pub mod op_ast;
pub mod op_ast_alt_b;
pub mod quote_style_ast;
pub mod quote_style_cst;
pub mod quote_style_lexer;
pub mod separator;
pub mod type_ast;
pub mod type_lexer;