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

Parsing C headers #10

Open
Victorious3 opened this issue Sep 23, 2022 · 1 comment
Open

Parsing C headers #10

Victorious3 opened this issue Sep 23, 2022 · 1 comment
Labels
proposal New feature or request

Comments

@Victorious3
Copy link
Contributor

Right now gencstd.py creates wrapper files containing function definitions. These are not committed. Especially on Windows it's a pain to generate these because python is slow. Ideally you would just import C header files like this:

import "path/to/header.h"
@Victorious3 Victorious3 added the proposal New feature or request label Sep 23, 2022
@Victorious3
Copy link
Contributor Author

On second thought, maybe the path should be consistent with Princess modules. That is use normal identifiers and not a string literal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant