Skip to content

daveloyall/dlc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dlc

dlc takes lispy template files (cl-template) as input and emits Graphviz DOT language files as output. It includes Common Lisp functions for creating nodes and edges and setting attributes on them.

If your normal workflow looks like this:

digraph makin_diagrams {
    #Author graphs via dot language
    Editor -> dot -> "Image Viewer";
}

... after dlc, it will look like this:

digraph makin_diagrams {
    #Author graphs via Common Lisp
    Editor -> dlc -> dot -> "Image Viewer";
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published