On 2026-07-25 01:27, George Georgalis wrote:
> Hi,
> Thanks for the tool, and followup, I missed the original post.
> If you're not adverse to llm, I've found they are really good
> at generating styles, such as colors, shapes, and fonts for dot.
> I've not looked at the code closely enough to understand
> classes of nodes and edges, but distinguishing the types
> with shape, pen style, and color can inform graph analysis.
> A great tool, the style sheet is only an enhancement suggestion.
> -George
Thanks for the kind words, George!
Graph rendering is out of scope of this tool. (But can be done
downstream by processing generated .dot files.)
Core code answers riddles like
Instruction 9 is "TFORPREP 8 38". What is the next instruction?
84: rewsnA
Serializers to .tgf and .dot doing _capitalization_ of results.
And shell script that converts .dot to .svg doing _commercialization_.
I want this tool be complete in some sense. So it must stay simple.
-- Martin