You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it segfaults. When I see the generated graph (ragel ServerBinaryControlParser.rl -p -V > /tmp/my.gv) it seems ok. When I change the line m_destination (commented), then it generates C++ sources right again (but I think my original grammar is correct).
The sources, slightly minimized can be found below.
Hi,
When I generate C++ sources via command line :
it segfaults. When I see the generated graph (
ragel ServerBinaryControlParser.rl -p -V > /tmp/my.gv
) it seems ok. When I change the linem_destination
(commented), then it generates C++ sources right again (but I think my original grammar is correct).The sources, slightly minimized can be found below.
Binary.rl
ServerBinaryControlParser.rl
The text was updated successfully, but these errors were encountered: