judepayne / dictim

a two-way d2 transpiler, written in Clojure
MIT License
12 stars 2 forks source link

Multiple attributes on one line parsed incorrectly #14

Closed judepayne closed 2 months ago

judepayne commented 2 months ago

Multiple attributes on one line, separated by ; are parsed as a listed rather than an attr map.

This should be fixed and a test added

judepayne commented 2 months ago

Multiple attributes can now be parsed on one line. In addition, whole containers can be parsed on one line.