beginnings of a parser for .dot files
commit6c855134999c6952fc3ff241f8f0de38e8adfe99
authorKartik K. Agaram <vc@akkartik.com>
Fri, 18 Mar 2022 16:43:12 +0000 (18 09:43 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Fri, 18 Mar 2022 17:39:56 +0000 (18 10:39 -0700)
treedacc11eaba65cd381c7ef09fc1a6b4881e4c328a
parent4a90a28a157a5c7bbf8e526fb5b24aa1ab1e2bd7
beginnings of a parser for .dot files

I'm following https://graphviz.org/doc/info/lang.html. Just tokenization
so far.
graphviz.tlv [new file with mode: 0644]