https://github.com/meshula/wires
An exercise in parsing ASCII art flow charts for fun
https://github.com/meshula/wires
Last synced: 11 months ago
JSON representation
An exercise in parsing ASCII art flow charts for fun
- Host: GitHub
- URL: https://github.com/meshula/wires
- Owner: meshula
- License: mit
- Created: 2016-06-09T06:08:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T01:47:53.000Z (11 months ago)
- Last Synced: 2025-07-14T04:33:38.896Z (11 months ago)
- Language: C++
- Size: 71.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wires
This repo is all about explorations of graphs in text or databases.
## Wires
An exercise in parsing ASCII art flow charts for fun
Read more here: [Wires.md](./Wires.md)
Note that the build script for Wires hasn't been touched in many, many years, and needs attention.
## Mermaid flowchart utilities
This project can read and write Mermaid flow chart diagrams, and has a nice set of data structures for representing the graphs and annotations upon them.
Read more here: [mermaid/README.md](./mermaid/README.md)
This is brand new and works fine.
## LabText
Note that an old copy of LabText is included as used by the Wires prototype. Please use the published LabText library from [LabText](https://github.com/meshula/LabText.git)
# License
The license on everything here is MIT, (c)2016 Nick Porcino.