Skip to content
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

Add guide for creating modules. #87

Open
ta0kira opened this issue Aug 9, 2020 · 3 comments
Open

Add guide for creating modules. #87

ta0kira opened this issue Aug 9, 2020 · 3 comments
Labels
CLI Issues specific to how the compiler CLI is implemented docs Documentation of the project, for users or maintainers

Comments

@ta0kira
Copy link
Owner

ta0kira commented Aug 9, 2020

Specifically:

@ta0kira ta0kira added enhancement New feature or request docs Documentation of the project, for users or maintainers labels Aug 9, 2020
@ta0kira
Copy link
Owner Author

ta0kira commented Mar 23, 2021

Specifically for C++ modules:

  • How to call functions.
  • How to use self, Var_self, parent, and parent->parent.
  • Prohibition of @type data members.

@ta0kira
Copy link
Owner Author

ta0kira commented Mar 23, 2021

C++ modules are probably better documented in example so that the code can be tested. For example, create an extension and outline the steps in a readme, without being verbose about intermediate file states, then document things like function calls directly in the C++ code.

@ta0kira ta0kira added CLI Issues specific to how the compiler CLI is implemented and removed enhancement New feature or request labels Mar 23, 2021
@ta0kira
Copy link
Owner Author

ta0kira commented Mar 24, 2021

The C++ example should also cover TRACE_CREATION and CAPTURE_CREATION.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Issues specific to how the compiler CLI is implemented docs Documentation of the project, for users or maintainers
Projects
None yet
Development

No branches or pull requests

1 participant