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.
- Host: GitHub
- URL: https://github.com/modulovalue/graphs
- Owner: modulovalue
- Created: 2023-04-03T17:24:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T19:10:05.000Z (over 1 year ago)
- Last Synced: 2025-01-21T12:48:13.451Z (4 months ago)
- Size: 8.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.