
6 Mar
2010
6 Mar
'10
12:39 p.m.
Adam Badura wrote:
What do you mean by allowed and provide?
You can of course write whatever parsers you want. You can also share it with other people. The library is open-source, and I have neither the right nor the intention of doing anything to stop you.
What I meant is whether the library is fixed in such a way that after writing a working parser I can be sure it will work with next version as well. Well, the parsers use the same interface as normal clients of the tree, so they have the same interface stability guarantees. (Read: none, but I do my best to avoid breaking the interface.)
Sebastian