libfsm icon indicating copy to clipboard operation
libfsm copied to clipboard

reachable assertion during parse for `(*:`

Open katef opened this issue 6 months ago • 1 comments

$ ./re -rpcre '(*:'
re: src/libre/parser.act:1307: struct ast *parse_re_pcre(re_getchar_fun *, void *, enum re_flags, int, struct re_err *, struct re_pos *): Assertion `!"unreached"' failed.
Aborted (core dumped)

probably we should lex that as $unsupported. i thought we did already. but whatever we do, we shouldn't be crashing about it

katef avatar Jun 20 '25 13:06 katef

Duplicate of #386.

silentbicycle avatar Jun 27 '25 18:06 silentbicycle