Add Matcher set + Update Readme to add examples and to include AI documention link for MoTion#24
Open
alesshosry wants to merge 15 commits intomoosetechnology:mainfrom
Open
Add Matcher set + Update Readme to add examples and to include AI documention link for MoTion#24alesshosry wants to merge 15 commits intomoosetechnology:mainfrom
alesshosry wants to merge 15 commits intomoosetechnology:mainfrom
Conversation
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.
In this PR I suggest the below:
1- I added support for Matcher Set + added tests. The idea behind matcher set is to match a collection disregarding the order. The lagorithm is not the optimised algo. But I needed it for XML AST for the moemnt. I am working in parallel to optimese it but it will take some time.
2- Readme is updated for 2 reasons:
a- To include examples of how to use Matcher set
b- To include MoTion AI documention. Yes the AI is capable now of contructing MoTion patterns for FASTTypeScript, FASTXML and FASTJava. Skill file is also added so now you can downloaded and add it to ai agents using openAI services (like codex) and because of the skill file, you can ask it to create a motion pattern to match switch case in typescript for example, and it works. Some enhancements are required, but at least the basics are working.