An open API service indexing awesome lists of open source software.

https://github.com/modulovalue/graphs

Random graphs that I created at some point to help me visualize things.
https://github.com/modulovalue/graphs

Last synced: 2 months ago
JSON representation

Random graphs that I created at some point to help me visualize things.

Awesome Lists containing this project

README

        

### #1 [dart analyzer ast hierarchy](https://github.com/modulovalue/graphs/blob/main/%2301_2023-04-03_astnode_with_examples.pdf)
I used this to get an overview of the dart analyzer class hierarchy.

Notice how some nodes contain examples for what syntactical construct they correspond to.

One cool part here is that it combines nodes with common parents and children into one node (in orange).

TODO add entry here for others

## Notes:

To view PDFs use Finder.

To view SVGs use Xcode.

To view Dot files, use Edotor or compile either to PDF or SVG and use one of the above.