Skip to content

Exposes a builder interface for building state-machines. Also supports the storage and subsequent retrieval of custom data-types at transition paths. The primary intended use case for this tool is lexer building, but it can really be used for anyting

License

Notifications You must be signed in to change notification settings

KronsyC/state-machine

Repository files navigation

regex-backend

A tool for creating custom state machines with optional arbitrary data storage

Documentation

All documentation related to the project is generated from source using doxygen

The documentation can be viewed On the github pages site

Building

This package uses meson as it's build management system, and exposes a simple dependency object regex_backend_dep. Consult the meson docs Here to learn more about how to pull dependencies from git, and Here to learn how to use these subproject dependencies

About

Exposes a builder interface for building state-machines. Also supports the storage and subsequent retrieval of custom data-types at transition paths. The primary intended use case for this tool is lexer building, but it can really be used for anyting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages