lua_semantics 0.9.0

semantic analysis and enhanced AST converter for lua_parser crate
Documentation
1
2
/// function call statement.
pub type StmtFunctionCall = crate::ExprFunctionCall;