lua_parser 0.10.0

syntax parser for lua language
Documentation
1
2
/// function call statement.
pub type StmtFunctionCall = crate::ExprFunctionCall;