[ragel-users] Web Sequence Diagrams language

Gerald Gutierrez gerald.gutierrez at gmail.com
Mon Feb 6 18:47:35 PST 2012


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

A->B: text
A-->B: text
A->B: text
activate B
B-->A: text
deactivate B
A->A: text
alt text1
    A->B: text
else text2
    A->B: text
end

Is this text that Ragel would be able to easily parse?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.complang.org/pipermail/ragel-users/attachments/20120206/dcd4efc8/attachment.html>


More information about the ragel-users mailing list