Skip to content

Files

Latest commit

 

History

History
33 lines (23 loc) · 928 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 928 Bytes

PureFSM

clang gcc Docs

C++ finite state machine, written without dynamic memory allocation and RTTI - only with pure template metaprogramming. Written in C++17.

Cloning and Building

git clone --recurse-submodules https://github.com/glebzlat/purefsm.git
cd purefsm

Tests

cmake -S . -B build/ -D PUREFSM_TESTING=ON
cmake --build build/

Documentation

cmake -S . -B build/ -D PUREFSM_DOC=ON
cmake --build build/

License

MIT