2024-01-10 07:19:17 +01:00
2024-01-10 07:19:17 +01:00
2023-12-21 21:44:03 +01:00
2023-12-21 21:44:03 +01:00
2023-12-21 21:44:03 +01:00
2024-01-10 07:19:17 +01:00
2023-12-21 21:44:03 +01:00
2023-12-21 21:44:03 +01:00
2023-12-21 21:44:03 +01:00
2023-12-21 21:44:03 +01:00

finite-state-automaton

Use

No build-tool

While this project is written with the Node.Js tooling (Vite+MermaidJS), a simple transformation can be done to make it work in a browser.

sed -i "s|from 'mermaid'|from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs'|" src/fsm.js

Build-tool

Run your favorite package manager (npm, yarn, pnpm, bun, etc.) to install the dependencies and build the Vite application:

npm install
npm run dev # Run the Vite development server
npm run build # Build the application in the dist/ directory
Description
Visualize a word against a finite-state automaton
Readme 68 KiB
Languages
TypeScript 65.5%
JavaScript 18.4%
CSS 10.7%
HTML 5.4%