Hibiol Wiki

Flowcharts

You can write flowcharts in Hibiol. Here is an example:

Define "step",       as: "step"
Define "decision?",  as: "Decision"
Define "yes_step",   as: "yes_step"
Define "no_step",    as: "no_step"
Define "maybe_step", as: "maybe_step"

Start with: step

step then: another_step

If decision? yes: yes_step
If decision? no: no_step
If decision? maybe: maybe_step

And this is the output:

graphviz_dot

To see how each page is made see the source!

Feel free to clone it to try Hibiol and edit it! Details on how to use are in GettingStarted

You can also see the source code to Hibiol itself