Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 446 Bytes

go-pikchr

Use pikchr (made by Dr. R. Hipp) directly from Go

Given a file with pikchr dsl (a pic-like domain specific language to describe diagrams) it will generate the corresponding svg file.

Example

Running this on your shell

go run . example.txt 

...Will generate the graph below

example

License

BSD Zero Clause License