Skip to main content
Version: Next

Availability

Even if you are developing a parser or a tokenizer. It is strongly recommended that the source code of the tools be made available, as it is easier to access it, report bugs, promote collaboration between the different developers and empower Gura.

Regarding versioning, if your tool supports different versions of Gura, we recommend making available in the official documentation (either a website or README) a table indicating which versions of the library support which version of Gura. For example:

Compatibility

Parser versionGura version
1.x1.0.0
2.0.x2.0.0
2.1.x2.0.1

This can also be accompanied by references to Git branches, Git tags, Github releases, or any other way to differentiate versions of your project that can be explicitly linked to a Gura version.