uid / snapdown

Draw snapshot diagrams with plain text
MIT License
3 stars 0 forks source link

Incorrect diagrams: pointers to variables, and labeled pointers #19

Open dwhatley19 opened 4 years ago

dwhatley19 commented 4 years ago

Proposed syntax for two types of incorrect diagram elements:

a -> `b`        // should point variable a to variable b
a -`hello`> b   // should label arrow with "hello"
b -> 5