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

Method write_section_3

src/reflex.cpp:2444–2451  ·  view source on GitHub ↗

Write section 3 user-defined code to lex.yy.cpp

Source from the content-addressed store, hash-verified

2442
2443/// Write section 3 user-defined code to lex.yy.cpp
2444void Reflex::write_section_3()
2445{
2446 if (!section_3.empty())
2447 {
2448 write_banner("SECTION 3: user code");
2449 write_code(section_3);
2450 }
2451}
2452
2453/// Write lines of code to lex.yy.cpp annotated with #line source info
2454void Reflex::write_code(const Codes& codes)

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected