d2/docs/flow.d2

11 lines
332 B
Text
Raw Normal View History

2023-01-24 23:14:34 +00:00
# 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