Skip to content

pellegre/zephod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zephod

Q: How many hardware engineers does it take to change a light bulb?

A: None. We'll fix it in software.


Q: How many system programmers does it take to change a light bulb?

A: None. The application can work around it.


Q: How many software engineers does it take to change a light bulb?

A: None. We'll document it in the manual.


Q: How many tech writers does it take to change a light bulb?

A: None. The user can figure it out.


Q: How many automatas does it take to change a light bulb?

A: Neo. And now the CPU radiator is broken.


zephod is a python framework to study and model abstract computing machines. It supports out of the box Finite Automatas, Pushdown Automatas and Turing Machines and can be easily extended with other models of computations.

It also comes with some utils and automation tools to work with grammars and languages.

To run it locally, you should configure your python path to point where you cloned the repo, install the dependencies and test it with some examples.

Releases

No releases published

Packages

No packages published