-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relax order of paragraphs in CONFIGURATION SECTION
#331
Relax order of paragraphs in CONFIGURATION SECTION
#331
Conversation
Not sure this is the correct way of doing it.... |
Thankfully the combinatorics would be on your side with this approach. However, I'd rather keep the order of declarations consistent between the input and the parse-tree. So relaxing the order should be done by altering the parse-tree types, using a list of paragraphs (and relying on an additional check for duplicates, maybe left for later). We do something similar for the sections in the |
56cb047
to
a943b9f
Compare
Note: this is only part of the issue, MF (and likely others) also allow |
a943b9f
to
e9d5057
Compare
2118d34
to
b6ee715
Compare
Closes #269