Parsing enumeration as range

Issue #174 resolved
Bart Bogaerts created an issue

{1;2;3;4;5} is parsed as a range (apparently).

We should test this a bit.

Comments (4)

  1. Broes De Cat

    Fixes #174 and refactores structure

    Sorttable are a range as often as possible now. Refactored structureComponents into a main and an additional header, reducing compilation dependencies and compilation time!

    d6770dfa0624

  2. Log in to comment