-
Notifications
You must be signed in to change notification settings - Fork 25
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
Parse constants like luajit-ffi #2
Comments
Also on linux to eliminate the dependency on libstdc++ I've added this to src/util.cc
|
constants parsing is a rough work in progress right now, as is eliminating libstdc++ (the ultimate goal is to not have any C runtime dependency on windows, on unix-likes it'll use libc as libc is the standard runtime) |
I just crashed into this while trying to use the xlib library with cffi. Is the constant parsing still a planned feature? Any ETA on when it could get implemented? Cheers |
Hello !
Nice work !
While doing some tests with existing luajit-ffi files I noticed that cffi do not understand this declarations as constants like enums:
Cheers !
The text was updated successfully, but these errors were encountered: