- NFA
- DFA
- MDFA (Minimal DFA)
- client
cd client
npm install
npm run dev- server
brew install crow asio cmake nlohmann-jsonEnsure the include directory like this, then modify the CMakeLists.txt
/usr/local/Homebrew/include/
├── asio
├── asio.hpp
├── crow
├── crow.h
├── nlohmann
├── ...
cd server
mkdir build && cd build
cmake ..
make -j4
./server

