kbgv is a tool for reading from and writing to .bgv files. These files are used with various tools to render a graphical visualization of a graph tree.
The following resources were used to create this tool:
- Seafoam's bgv.md file, which gives a very helpful high-level overview of the .bgv file structure.
- GraalVM's GraphProtocol class, which is the concrete implementation that bgv.md was derived from.