feat(parsers): rework tiers

* stable: updates follow semver releases (todo)
* unstable: updates follow HEAD (default)
* unmaintained: no automatic updates
* unsupported: no updates, cannot be installed
This commit is contained in:
Christian Clason 2025-02-09 13:19:34 +01:00
parent 188bbf7a09
commit a9f34d5a76
9 changed files with 569 additions and 571 deletions

View file

@ -6,7 +6,7 @@ This document lists the planned and finished changes in this rewrite towards [Nv
- [ ] **`parsers.lua`:** allow specifying version in addition to commit hash (for Tier 1)
- [ ] **`parsers.lua`:** add WASM support (tier 1)
- [ ] **`parsers.lua`:** update tiers (stable, dev, unmaintained, broken)
- [ ] **`install.lua`:** migrate to async v2
- [ ] **tests:** fix, update (remove custom crate, plenary dependency)
- [ ] **documentation:** consolidate, autogenerate?
- [ ] **documentation:** migration guide