re2c aborts on this input file:
$ re2c -c aborted_1.re
re2c: code.cc:2136: void re2c::genTypes(std::string&, re2c::uint, const RegExpMap&): Assertion `itSpecMap->second.first >= 0' failed.
Aborted
but seems to produce a correct error message on a similar one:
$ re2c -c aborted_error_1.re
re2c: error: line 2, column 1: setup for non existing rule 'c2' found
Original comment by: skvadrik
re2c aborts on this input file:
$ re2c -c aborted_1.re
re2c: code.cc:2136: void re2c::genTypes(std::string&, re2c::uint, const RegExpMap&): Assertion `itSpecMap->second.first >= 0' failed.
Aborted
but seems to produce a correct error message on a similar one:
$ re2c -c aborted_error_1.re
re2c: error: line 2, column 1: setup for non existing rule 'c2' found
Original comment by: skvadrik