Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

heh I knew them lines looked familiar

    digraph  {
            "Hey" [shape=circle]
            "Welcome to graphiz" [shape=box]
            "You are new" [shape=diamond]
            "How are you" [shape=box]
            "It's super easy" [shape=box]
            "write plain english thats code like" [shape=box]
            "wanna do a condition" [shape=diamond]
            "editing"[shape=diamond]
    
            "Hey" -> "Welcome to graphiz" -> "You are new"
            "You are new" -> "It's super easy"[label=True]
            "You are new" -> "How are you"[label=False]
            "It's super easy" -> "write plain english thats code like" -> "wanna do a condition"
            "wanna do a condition" -> "Just write an if"[label=True]
            "wanna do a condition" -> "editing"[label=False]
            "Just write an if" -> "editing"
            "editing" -> "How are you"[label=False]
            "editing" -> "see stuff update via entr"[label=True]
            "see stuff update via entr" -> "editing"
            "How are you" -> "goodbye"
    }
Now I want to study up on parsing to build my own ast to dot generator


Yes! I just made a massive digraph last week with http://graphviz.org/ Render above to PNG with:

dot above.gv -Tpng -oout.png


Right. That depends on your target customers. You need to design a simple DSL that tailored for your customers and make them pay!




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: