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

Introduce macro-of-inline as an application of pycparser library #44

Closed
akiradeveloper opened this issue Aug 24, 2014 · 1 comment
Closed

Comments

@akiradeveloper
Copy link
Contributor

Do you want an application of pycparser library more than tiny examples? Here it is. Let's me introduce my new application "macro-of-inline".

https://github.com/akiradeveloper/macro-of-inline

macro-of-inilne is a kind of preprocessor that translates inline functions to equivalent macros. Some bad compilers doesn't support function inlining and that's where my application does great.

Thanks to pycparser, macro-of-inline is only a few hundreds of LOC and thus easy to understand. If you have some interests on my project feel free to contact me. Also, fixing and refactoring are all welcome.

Cheers,

Akira

@eliben
Copy link
Owner

eliben commented Aug 24, 2014

Thanks for sharing this, Akira. pycparser has many users, and I stopped tracking them at some point because it always becomes outdated very quickly (projects get started and abandoned, renamed, moved, etc). You could publish a blog post about this, or something, and then I'd imagine Google would pick this up when someone searches for "rewriting inline functions to macros".

@eliben eliben closed this as completed Aug 24, 2014
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

No branches or pull requests

2 participants