Release/2.0.0#1
Open
edsoneddy wants to merge 23 commits into
Open
Conversation
…instructions for setting up ANTLR. Corrected the antlr4 command to output generated files directly to the target directory, avoiding incorrect nested paths. Improved overall grammar and readability in the documentation.
… comparison functions and updating excluded token handling
- Introduced Java20Parser.g4 to define the syntax rules for Java 20. - Implemented parsing rules for identifiers, types, expressions, statements, and declarations. - Included support for new Java 20 features such as records, sealed classes, and enhanced switch expressions. - Ensured compatibility with existing Java language constructs while accommodating new syntax.
…rove parse tree handling and reduce noise
- Introduced new C++ lexer and parser grammars (CPP14Lexer.g4, CPP14Parser.g4) for parsing C++ source code. - Implemented grammar transformation script (transformGrammar.py) to adapt grammar files for Python compatibility. - Updated main application to support C++ as a language option. - Added utility functions for handling C++ specific token exclusions in utils.py. - Created an empty __init__.py file for the C++ module. - Modified documentation to reflect the addition of C++ support.
…s for tree representation and enhance argument parsing in main function
…ultiple languages
…n and CI workflow
… and improve file processing
…Python, Java, and C++ using APTED and ZSS algorithms, fix imports
…age details, and implement search strategies documentation
…est cases for improved clarity
…les function signature
…ate imports and requirements
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.
No description provided.