Open
Description
Related to this comment, it would be good to parse the tags for the solution from the Elm code that a student submits.
We already parse the code in to an abstract syntax tree in the representer and I think analyser, so although it will be a big job, it shouldn't be too ridiculous.
We would need to chat with Exercism about what tags should map to what parts of the elm syntax, and about how we should report the tags.