pub fn emit_lua_script<W: Write>( w: &mut W, parser: &Parser, functions: &[Function], ) -> Result<()>