An open API service indexing awesome lists of open source software.

https://github.com/grindelfp/finite-state-machine

The Finite State Machine project contains an example of a determined state machine
https://github.com/grindelfp/finite-state-machine

Last synced: 10 months ago
JSON representation

The Finite State Machine project contains an example of a determined state machine

Awesome Lists containing this project

README

          

= FINITE STATE MACHINE PROJECT =

== Description ==
The Finite State Machine project contains an example of a determined state machine,
which is able to perform following operations on a provided text line:
- delete a block commentary,
- delete redundant spaces,
- build a lexeme set for a provided line.