uid / snapdown

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

Different field types within one node #18

Closed dwhatley19 closed 4 years ago

dwhatley19 commented 4 years ago

Currently, the following syntax is unparseable due to the fact that some fields are just values vs. others are pointers:

(Set 1, 2, 3, size -> 3)

Also, in conjunction with #17, the following syntax should be parseable (again, multiple field types within one node):

(Map ((String "a")) = ((String "b")), ((String "c")) = ((String "d")), keySet -> (Set "a", "c"), size -> 2)