docs: New page about ABI versions for parser users

Closes #374.

The statement about the intended backwards compatibility is purely
speculative and provided as a "straw man" to help reviewers come up with
a better description of the intended backwards compatibility.
This commit is contained in:
Antonin Delpeuch 2025-10-26 16:51:08 +01:00 committed by Will Lillis
parent 877782a8a4
commit 55b9a25c84
2 changed files with 20 additions and 0 deletions

View file

@ -15,6 +15,7 @@
- [Predicates and Directives](./using-parsers/queries/3-predicates-and-directives.md)
- [API](./using-parsers/queries/4-api.md)
- [Static Node Types](./using-parsers/6-static-node-types.md)
- [ABI versions](./using-parsers/7-abi-versions.md)
- [Creating Parsers](./creating-parsers/index.md)
- [Getting Started](./creating-parsers/1-getting-started.md)
- [The Grammar DSL](./creating-parsers/2-the-grammar-dsl.md)