-
Notifications
You must be signed in to change notification settings - Fork 2
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
Replace parser functions with methods #13
Comments
How’s this going? I’ve got changes on https://github.com/immunant/libexpat-rs/tree/encoding_references that I’m sure will conflict, so wanted to coordinate. |
It's still early, but going well so far. Currently trying to figure out how to get the |
Eventually we want to remove those macros, but in the mean time, just pass self as an ident in place of parser. If you need to use the macro outside of the parser then passing the memory allocator struct as an expr is better. |
This should be mostly done. There are still some remaining functions, mostly small but public-facing ones. |
and add wrappers for public, no_mangle functions
The text was updated successfully, but these errors were encountered: