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
all tools (including ragel-cragel-java, etc) will show parse error currently, even if it's a very simple state machine, however, it seems the generated *.ri file is a valid dot file.
➜ jsp git:(master) ✗ ~/workspace/ragel/ragel/bin/ragel-c -V example.rl
example.ri:1:13: parse error
➜ jsp git:(master) ✗ ~/workspace/ragel/ragel/bin/ragel-c -v
Ragel State Machine Compiler version 7.0.4 February 2021
Copyright (c) 2001-2021 by Dr. Adrian D. Thurston et al.
➜ jsp git:(master) ✗ ragel -V example.rl
digraph foo {
rankdir=LR;
....
}
➜ jsp git:(master) ✗ ragel -v
Ragel State Machine Compiler version 6.10 March 2017
Copyright (c) 2001-2009 by Adrian Thurston
When using
ragel-rust -V
the graphviz output ends up in the intermediate file and the intermediate file parsing throws an error.The text was updated successfully, but these errors were encountered: