about summary refs log tree commit diff stats
path: root/graphviz.tlv
Commit message (Collapse)AuthorAgeFilesLines
* beginnings of a parser for .dot filesKartik K. Agaram2022-03-181-0/+669
I'm following https://graphviz.org/doc/info/lang.html. Just tokenization so far.