Skip to content

DerWaldschrat/Automat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple library for creating finite-state machines

Zustand.scala

This contains the base class for the state (Zustand), a class for a state in which the machine is finished (Endzustand) and a trash state (ZM)

AbstractAutomat.scala

Creates trait AbstractAutomat

StringAutomat.scala

Allows to create state machines which take a String as an input

BinaryChecker.scala

A state machine to check whether a number is a valid binary number

About

A simple implementation of creating abstract machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages