Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 407 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 407 Bytes

FLAP

FLAP stands for Formal Languages and Automata Package. Most notably, JFLAP, Java FLAP.

While learning about formal languages theory, I was inspired to make my own worse versions.

I present to you PyFlap, a Python GUI for DFA simulation, and GoFlap, a Go CLI for DPDA simulation.

PyFlap example

PyFLAP example

GoFlap example

GoFLAP example