Onyx logo

Previous topic

onyx.dataflow.combine_processor – Creating network of processors and useful processor wrappers.

Next topic

onyx.dataflow.graph – Nestable graph-based dataflow support.

This Page

onyx.dataflow.composecfg – Proof of concept of composing CFGs.

onyx.dataflow.composecfg.display(g, label=None)
onyx.dataflow.composecfg.explore_finite(recognizer)
onyx.dataflow.composecfg.explorer(recognizer)
onyx.dataflow.composecfg.go(wordnames, do_display=False)

A first example of composing finite CFGs.

onyx.dataflow.composecfg.make_recognizer(tdstream, comment_prefix='#')
onyx.dataflow.composecfg.printgraph(g, label)