Gmane
From: Stephane Bortzmeyer <bortzmeyer <at> nic.fr>
Subject: [OT] A DSL for state machines
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2006-09-13 15:10:45 GMT (2 years, 42 weeks, 1 day, 20 hours and 46 minutes ago)
Sorry, this is a bit off-topic but I post here because:

* it is about a DSL and many Haskellers are fond of DSLs,

* the first implementation is written in Haskell.

http://www.cosmogol.fr/

describes a proposal to the IETF to standardize the language used for
finite state machines (which are common in IETF standards), much like
ABNF is standardized in RFC 4234, to describe grammars.

The reference implementation, available at
http://www.cosmogol.fr/shadok.html is in Haskell.

Bug reports, patches, advices, flames, opinions and criticisms are
welcome.