-
Notifications
You must be signed in to change notification settings - Fork 2
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
WIP: Integrate changes for IBeX v2 #216
Draft
maxkratz
wants to merge
245
commits into
master
Choose a base branch
from
rework_TGG_validatorfix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> Slim GT is a reduced and merged version of the GT and TGG grammars
-> GTL is a refinement of SlimGT to enable an equally expressive set of grammar rules compared to the old GT language
+ fixed missing dependencies + added missing parameter references within arithmetic expressions
+ added count expression to SlimGT + added stochastic functions to SlimGT + added edge deletions to GTL + added edge iterators to GTL + added rule probabilities to GTL
+ added some utility classes
+ added gt file import proposal
+ added scoping for rule refinements
+ added scoping for parameter expressions
+ added scoping for attribute assignments
added scope for super rules
…to refactoring/rework_merge_GT_TGG_DSL
…actoring/rework_merge_GT_TGG_DSL
+ added appropriate scoping for new refinements
removed most tgg specific # prefixes added node refinement statement
…h cyclic dependencies restored menu options to create new tgg projects and rules
…h cyclic dependencies restored menu options to create new tgg projects and rules
…uld contain a created node with an abstract type, which could never be instantiated
+ Todo: fix some minor visualization errors
++ visualize patterns ++ visualize rules ++ visualize invocations ++ visualize invocation node mappings TODO: Think about the following Features: + How to visualize parameters? + How to visualize injectivity constraints? + How to visualize attribute conditions? + How to visualize attribute assignments?
Hotfix/gtl visualization
70 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR integrates the eMoflon::IBeX v2 specific changes into the main branch towards our goal of merging IBeX 2.0 (eMoflon/emoflon-ibex#424).