Skip to content

josh-lauer/cabbage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cabbage

Cabbage is a simple library of parsers. Currently, it parses Graphviz DOT files and emails. The goal is maximum ease of use and simplicity.

use: install the gem named ‘cabbage’, and parse a dotfile by invoking ‘Cabbage.dotfile(“dotfile”)’ in your script. (where “dorfile” is either a string containing either the path to a dotfile or a dot-formatted string) Similarly, Cabbage.email(“email_file”) will parse an email. More parsers to come as I have need of them.

Contributing to cabbage

Send me a message if you feel the urge to contribute. Fork at will.

Do whatever you want with it.

About

a simple utility to parse Graphviz '.dot' files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages