<br><div>There is a very useful web site called <a href="http://www.websequencediagrams.com/">http://www.websequencediagrams.com/</a> that allows you to "write" sequence diagrams in text and generate the images. Example text:</div>

<div><br></div><div><div>A->B: text</div><div>A-->B: text</div><div>A->B: text</div><div>activate B</div><div>B-->A: text</div><div>deactivate B</div><div>A->A: text</div><div>alt text1</div><div>    A->B: text</div>

<div>else text2</div><div>    A->B: text</div><div>end</div></div><div><br></div><div>Is this text that Ragel would be able to easily parse?</div><div><br></div><div><br></div>