luau-syntax 0.732.0

Luau lexer, parser, AST, CST, and source utilities
Documentation
1
2
3
4
5
6
7
8
#[macro_use]
mod common;
mod classes;
mod comment;
mod expression;
mod recovery;
mod statement;
mod types;