-
Notifications
You must be signed in to change notification settings - Fork 15
[PSG] Parsing Interfaces V1 #191
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces the first version of interface parsing for the Plugin Skeleton Generator (PSG), implementing a complete refactoring from a legacy system to a modern, parsing-based approach.
Key changes include:
- Implementation of C++ interface header parsing with support for classes, methods, namespaces, and JSON-RPC tags
- Complete refactoring of the file generation system with improved code organization and modular architecture
- Addition of YAML configuration support alongside interactive mode for plugin generation
Reviewed Changes
Copilot reviewed 39 out of 45 changed files in this pull request and generated 7 comments.
Show a summary per file
File | Description |
---|---|
PluginSkeletonGenerator/parser/Parser.py | Core interface parser with C++ header analysis capabilities |
PluginSkeletonGenerator/utils/Indenter.py | Advanced code indentation system supporting multiple file types and C++ constructs |
PluginSkeletonGenerator/data/FileData.py | Refactored data handling classes for template generation |
PluginSkeletonGenerator/core/PluginBlueprint.py | Central plugin configuration and interface management |
PluginSkeletonGenerator/menu/Menu.py | New menu system with YAML config support |
PluginSkeletonGenerator/utils/FileUtils.py | Simplified file operations utility |
PluginSkeletonGenerator/utils/CodeGenUtils.py | Interface name conversion utilities |
PluginSkeletonGenerator/generators/PluginRepositoryGenerator.py | Template-based file generation system |
Multiple template files | Updated templates with improved indentation markers |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
First version of interface parsing for the PSG