Write section 1 user-defined code to lex.yy.cpp
| 2432 | |
| 2433 | /// Write section 1 user-defined code to lex.yy.cpp |
| 2434 | void Reflex::write_section_1() |
| 2435 | { |
| 2436 | if (!section_1.empty()) |
| 2437 | { |
| 2438 | write_banner("SECTION 1: %{ user code %}"); |
| 2439 | write_code(section_1); |
| 2440 | } |
| 2441 | } |
| 2442 | |
| 2443 | /// Write section 3 user-defined code to lex.yy.cpp |
| 2444 | void Reflex::write_section_3() |