Model specification =================== The specification schema, the operator-overloaded DSL that lowers to it, and the compiler that binds a spec to a network. Schema ------ .. automodule:: micropurc.spec.schema :members: DSL --- .. automodule:: micropurc.spec.dsl :members: Compiler -------- .. automodule:: micropurc.spec.compile :members: