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
- Host: GitHub
- URL: https://github.com/grindelfp/finite-state-machine
- Owner: GrindelfP
- License: mit
- Created: 2024-11-22T17:19:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T10:50:10.000Z (over 1 year ago)
- Last Synced: 2025-06-25T20:06:58.396Z (12 months ago)
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.