Skip to content

Skip whitespace characters in DSL#315

Merged
Entenwilli merged 1 commit intomainfrom
dsl-whitespace
Jul 23, 2025
Merged

Skip whitespace characters in DSL#315
Entenwilli merged 1 commit intomainfrom
dsl-whitespace

Conversation

@Entenwilli
Copy link
Copy Markdown
Member

This PR adds modifications in the DSL to allow for the skipping of whitespace characters. Currently, they are mostly allowed at the beginning of selectors and between the different parts of the constraint itself (so between neverFlows, etc.)

Additionally, some tests were modified to test whether whitespace characters are skipped

This should allow for more flexibility with parsing, so the front end needs to clean up less.

This PR closes #309

@Entenwilli Entenwilli added this to the 5.0.0 milestone Jul 20, 2025
@Entenwilli Entenwilli self-assigned this Jul 20, 2025
@Entenwilli Entenwilli added enhancement New feature or request core Related to the core DFD/PCM data flow analysis support Related to supporting projects which are neither core analysis or meta model bundels labels Jul 20, 2025
@Entenwilli Entenwilli merged commit 6846dbf into main Jul 23, 2025
1 check passed
@Entenwilli Entenwilli deleted the dsl-whitespace branch July 23, 2025 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Related to the core DFD/PCM data flow analysis enhancement New feature or request support Related to supporting projects which are neither core analysis or meta model bundels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skip Whitespace during the Parsing of DSL Constraints

2 participants