Write %%top code to lex.yy.cpp
| 2308 | |
| 2309 | /// Write %%top code to lex.yy.cpp |
| 2310 | void Reflex::write_section_top() |
| 2311 | { |
| 2312 | if (!section_top.empty()) |
| 2313 | { |
| 2314 | write_banner("SECTION 1: %top user code"); |
| 2315 | write_code(section_top); |
| 2316 | } |
| 2317 | } |
| 2318 | |
| 2319 | /// Write %%class code to lex.yy.cpp |
| 2320 | void Reflex::write_section_class() |