ANN: review of C++ Finite State Machine library in Boost
From: Pavel Vozenilek (pavel_vozenilek_at_yahoo.co.uk)
Date: 02/21/05
- Next message: adaworks_at_sbcglobal.net: "Re: what is a "typed" OO language?"
- Previous message: H. S. Lahman: "Re: Different properties in inherited classes - design pattern?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Feb 2005 02:51:41 +0100
Boost (http://www.boost.org/) is open source collection
of high quality libraries written in Modern C++.
These libraries go through peer review before acceptance.
Review of Finite State Machine just started. Since FSM
is topic of discussions here readers may be interested.
The library was written by Andres Huber and can be
found at http://boost-sandbox.sf.net/fsm.zip
(781 kB).
FSM is feature rich library to design finite state
machines without need for external generator.
Among others it allows to code and compile
parts of large state machine separately.
It is accompanied by extensive documentation.
Fairly compliant compiler (GCC3.3+, VC7.1, Intel)
is required to use it. Older compilers (VC6, BCB)
are not supported.
If you have comments on this library, documentation,
strengths or shortcomings or alternatives,
please post them here, on Boost mail-list or privately.
They will be taken into account during final evaluation.
Pavel Vozenilek,
review manager of FSM
- Next message: adaworks_at_sbcglobal.net: "Re: what is a "typed" OO language?"
- Previous message: H. S. Lahman: "Re: Different properties in inherited classes - design pattern?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|