Skip to content

Commit

Permalink
Graphviz output for the DFA.
Browse files Browse the repository at this point in the history
  • Loading branch information
katef committed Aug 16, 2024
1 parent f0fea27 commit 26832cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ print_name(const char *name, enum fsm_ambig ambig)
enum fsm_ambig mask;
} a[] = {
{ "c", FSM_PRINT_VMC, AMBIG_ANY },
{ "dot", FSM_PRINT_DOT, AMBIG_ANY },
{ "fsm", FSM_PRINT_FSM, AMBIG_ANY },
{ "rust", FSM_PRINT_RUST, AMBIG_ANY },
{ "go", FSM_PRINT_GO, AMBIG_ANY },
Expand Down

0 comments on commit 26832cc

Please sign in to comment.