mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-14 15:55:30 +00:00
6d78b14377
Support @private@ for constants, variables, and types.
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
TODO - 2008-01-25
|
|
-----------------
|
|
|
|
- Add access methods and make node structure opaque.
|
|
-- To allow for C++ migration
|
|
-- To make future binary compatibility easier
|
|
- Add C++ class/struct.
|
|
-- Make this the core implementation which the C API accesses?
|
|
-- Class would allow for subclassing, is that necessary?
|
|
- Binary XML support???
|