Draft
Conversation
-> 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
b4342e0 to
481f4c2
Compare
This file contains hidden or 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
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).