Skip to content

Dart Sample project for proposal#15

Open
Cairo09 wants to merge 4 commits into
mainfrom
sample_project
Open

Dart Sample project for proposal#15
Cairo09 wants to merge 4 commits into
mainfrom
sample_project

Conversation

@Cairo09
Copy link
Copy Markdown
Owner

@Cairo09 Cairo09 commented Mar 25, 2026

Details:

  • Added a new C++ class parser in cxx_class_parser.dart to handle class declarations for the sample project.
  • Implemented parseClassDeclaration(...) to read the class name and skip unnamed classes.
  • Added child-cursor traversal inside the class parser and filtered only CXCursor_CXXMethod entries.
  • Extracted method details per method: method name, return type, argument types, and argument names
  • Logged info messages per class showing the class name and all parsed method signatures.

@Cairo09 Cairo09 changed the title Sample project for proposal Dart Sample project for proposal Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant