Skip to content

manthanabc/TextToFA

Repository files navigation

Regex/ Text to finite automata (Taylor's version)

alt text Currently only works with a subset of regex

Features

  • Build in graph render
  • Regex parser
  • Node editor

Running this project

# git clone
git clone https://github.com/manthanabc/TextToFA
cd TextToFA

# install dependencies
npm i

npm run build

Build with

  • Svelte
  • Tailwind css
  • shadcn-svelte
  • Canvas API