all repos — mn @ 4c0615ec4b704471d2fc1f14fed037e9d173d4ec

A truly minimal concatenative programming language.

Added conver files.
h3rald h3rald@h3rald.com
Tue, 16 Jun 2026 19:24:44 +0000
commit

4c0615ec4b704471d2fc1f14fed037e9d173d4ec

parent

54835aad021c430b87ff01525c0e5d47c08ec4d3

A VERSIONING.md

@@ -0,0 +1,7 @@

+This project uses the Convergent Versioning system. + +The version number is a 2-byte hexadecimal integer from 0x0000 to 0xFFFF, with the first three digitsindicating the project _dependability score_ and the last digit encoding the version impact, compatibility, and purpose. + +A version number compliant with Semantic Versioning can be derived from the project history, and will still be used if required by package managers or similar software. + +For more information, see the [Convergent Versioning specification](https://h3rald.com/conver).