Skip to content

An experiment to create "API" with type safe finite state machines

Notifications You must be signed in to change notification settings

ryuheechul/lab-fwrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab-fwrd

It's my lab:

  • to practice working with finite state machines
  • also to experiment with a UI that works seamlessly with typescript code

This Is Also a Mono Repo

./
├── fwrd/         # the core/API - pure typescript module that is runnable via deno
├── examples/     # example machines that uses `fwrd` module - written for deno
│   └── runners/  # runnable via deno
└── web/          # examples for web platform via Svelte

Run Examples

make

About

An experiment to create "API" with type safe finite state machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published