cutcutcodec.core.compilation
Allows assembly graphs to be represented in different forms.
Some representations are suitable for the generation, others for data persistence and others for mathematical graph manipulation.
Details
Modules
Export the ast tree into an excecutable python file. |
|
Help to choose export parameters. |
|
Compile an assembly graph into an evaluable source code of tree. |
|
Help for serialisation of assembly graph. |
|
Compile an assembly graph into an evaluable tree. |
|
Help for deserialisation of a json representation of an assembly graph. |
|
Extracting information from string. |
|
The folowing optimisations are performed. |
|
Create the graph from an |