Skip to content
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

Multi-line comments parsing for dzn files #52

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

DanieleMorotti
Copy link

Now it's possible to have multi-line comments in the dzn files, previously "ValueError: Unsupported parsing for statement: ..." was raised. In the implemented regex I have also considered the case in which we have nested multi-line comments and in this case all the text among the first '/' and the last '/' is removed.

@DanieleMorotti DanieleMorotti changed the title Multiline comments parsing for dzn files Multi-line comments parsing for dzn files Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants