luaur-ast 0.1.0

Lexer, parser, and AST for Luau (faithful Rust port).
Documentation
1
2
3
//! `Location::Location()` — Ast/include/Luau/Location.h:68. The all-zero span is
//! exactly the derived `Default` on `Location` (`begin = end = Position(0,0)`),
//! so the default constructor needs no separate body; see `records::location`.