//! A parser that reads Lua 5.1 code and produces an abstract syntax tree (AST).
modparser;modfast_parser;#[cfg(any(test, feature ="nodes"))]pubmodnodes;#[cfg(any(test, feature ="nodes"))]pubmodparser_impl;pubuseparser::{builders, NodeTypes, ParsingError};pubusefast_parser::FastParser;