Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 530 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 530 Bytes

state_machine

State machine implementation on C++. These idea of this project was get from here

Compiling

This is header-only library. Project required C++17.

We compile this project with GCC v8.2.0. Through we suppose that project could be compiled with older version of GCC. Also you can use Clang and MSVC that support C++17.

License information

This project is licensed under the terms of the Apache License 2.0.