Skip to content

Zhlee0311/RegexTrans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex Trans To FSM

Function

  1. NFA

NFA


  1. DFA

DFA


  1. MDFA (Minimal DFA)

MDFA


Usage

  1. client
cd client
npm install 
npm run dev
  1. server
brew install crow asio cmake nlohmann-json

Ensure 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

About

A simple web app for converting regular expressions to finite state machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published