syntrax
syntrax copied to clipboard
Multiple productions in single definition
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.