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

Method String

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

Source from the content-addressed store, hash-verified

126 // string literal expression
127 struct String : public Expression {
128 String(StringLiteral s) : literal(s) { }
129 virtual void transpile(Transpiler& transpiler)
130 {
131 putc('"', transpiler.out);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected