d2/docs/flow.d2
2023-01-24 15:14:53 -08:00

10 lines
332 B
Text

# How we actually want it formatted (d2 fmt removes line continuations currently):
# inputFile \
# -> d2parser\
# -> d2ast\
# -> d2compiler\
# -> d2graph\
# -> d2layouts/d2dagrelayout\
# -> d2exporter\
# -> d2target
inputFile -> d2parser -> d2ast -> d2compiler -> d2graph -> d2layouts/d2dagrelayout -> d2exporter -> d2target