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

Method Assign

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

Source from the content-addressed store, hash-verified

544 // multi-way assignment statement
545 struct Assign : public Statement {
546 Assign(List<Expression> *l, List<Expression> *r) : lhs(l), rhs(r) { }
547 virtual void transpile(Transpiler& transpiler)
548 {
549 fprintf(transpiler.out, "(assign ");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected