Skip to content

mdonoughe/jff2dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

jff2dot

I was taking "Models of Computation" and I had to make a bunch of automata. Typing out the machines as Graphviz files in Vim only lasted so long. I found JFlap's layout system to be a little lacking, and wrote a program to convert JFlap DFAs into dot files. As the class progressed the program got support for PDAs and Turing Machines.

Now I'm in "Theoretical Computer Science", the graduate version of "Models of Computation", and this program is still useful so I'm posting it somewhere.

Requirements

jff2dot requires hpricot installed through RubyGems.

Usage

Run jff2dot.rb [jflap.jff] > [graphviz.dot] to convert jflap.jff(a JFlap 4 file) into graphviz.dot(a Graphviz dot file).

About

A program to convert JFlap files to Graphviz files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages