/* begin *

   re2c 2.2 (lexer generator for C, C++ and Go)

   Re2c is a free and open-source lexer generator for C, C++ and Go
   with a focus on generating fast code. It compiles regular expression
   specifications to deterministic finite automata and encodes them in
   the form of conditional jumps in the target language.


   Homepage: https://re2c.org


 * end */