finite state machine compiler
TODO: what is this?
TODO: when should I use this?
This package is ESM only.
In Node.js with yarn:
yarn add @flex-development/fsm-compilerSee Git - Protocols | Yarn for details regarding installing from Git.
In Deno with esm.sh:
import { /* ... */ } from 'https://esm.sh/@flex-development/fsm-compiler'In browsers with esm.sh:
<script type="module">
import { /* ... */ } from 'https://esm.sh/@flex-development/fsm-compiler'
</script>TODO: use
TODO: api
Please refer to the source code for documentation.
This package is fully typed with TypeScript.
See CONTRIBUTING.md.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
@flex-development/fsm-tokenizer— finite state machine tokenizer