[ragel-users] Web Sequence Diagrams language

Gerald Gutierrez gerald.gutierrez at gmail.com
Tue Feb 7 02:47:35 UTC 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.colm.net/pipermail/ragel-users/attachments/20120206/dcd4efc8/attachment-0001.html>
-------------- next part --------------
_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users


More information about the ragel-users mailing list