naevern / fauton

A library to test any finite automaton(FA) with arbitrary alphabets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A small library to test your DFA against randomly or series generated binary strings.

Writing a DFA

Take a look at the examples folder to understand how to write a dfa test and use this package.

About

A library to test any finite automaton(FA) with arbitrary alphabets

License:MIT License


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%