mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
This covers most of the logic required to turn a source graph into a compiled graph ready for execution. There's currently only support for one of the opcodes though, so subsequent commits will sketch those out more and then add some tests and fix any problems that inevitably exist here but aren't yet visible because there are no tests. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>