MCPcopy Create free account
hub / github.com/Genivia/RE-flex / LocalFunction

Method LocalFunction

examples/lua.hpp:646–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644 // local function binding statement
645 struct LocalFunction : public Statement {
646 LocalFunction(Name v, Lambda *l) : name(v), lambda(l) { }
647 virtual void transpile(Transpiler& transpiler)
648 {
649 fprintf(transpiler.out, "(letrec ((" LUA_NAME_FORMAT " ", name->c_str());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected