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

Method transpile

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

Source from the content-addressed store, hash-verified

80 struct AbstractSyntaxTree {
81 virtual ~AbstractSyntaxTree() = default;
82 virtual void transpile(Transpiler& transpiler) { fprintf(transpiler.out, "???"); }
83 };
84
85 // abstract expression

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected