syntrax icon indicating copy to clipboard operation
syntrax copied to clipboard

Multiple productions in single definition

Open JohnCC330 opened this issue 6 years ago • 0 comments

Is it possible to define multiple graphs in a single source file? I.e., I'd like to get multiple productions in a single output file. Something like

line( '/sign', choice(None, '+', '-') ),
line( '/digit', 'test' )

and get two separate graphs in the output image.

JohnCC330 avatar Sep 24 '19 21:09 JohnCC330