summaryrefslogtreecommitdiff
path: root/lib/Tiled2.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-18type check propertiesstuebinm1-1/+25
/finally/ figured out that all properties just look like {name, value, type} so now that's abstracted away and Properties.hs doesn't look like javascript anymore
2021-09-16input options, output jsonstuebinm1-1/+1
input options are mostly dummies for now, but some work (e.g. --inpath and --json). Lints can now be optionally printed as json to be reasonably machine-readable (and the json can be pretty-printed to make it human-readable again …).
2021-09-16moving lots of code aroundstuebinm1-0/+0
(also renaming things now that concepts seem a bit clearer)