Remove the word "compliant" because many of these parsers are not in fact compliant; they *target* 1.0 (or 0.5 or whatever) but that's not the same and many don't pass toml-test (sometimes for small obscure edge cases that aren't too important, sometimes not-so-small-obscure edge cases that are more important)

Martin Tournoij 2023-12-04 08:52:41 +01:00
parent 685e3b8bd6
commit f1ad592c71

10
Home.md

@ -14,7 +14,7 @@ Implementations
If you have an implementation, add it to this list!
Please note the highest TOML version tag that your parser supports in your README.
### v1.0.0 compliant
### TOML v1.0.0
| Language | Repo | Notes |
| -------- | ---- | ----- |
@ -86,14 +86,14 @@ Please note the highest TOML version tag that your parser supports in your READM
[toml_edit]: https://github.com/toml-rs/toml/tree/main/crates/toml_edit
[sjl]: https://docs.julialang.org/en/v1/stdlib/TOML/
### v1.0.0-rc.1 compliant
### TOML v1.0.0-rc.1
| Language | Repo | Notes |
| -------- | ---- | ----- |
| JavaScript | https://github.com/iarna/iarna-toml | |
| Pascal | https://github.com/genericptr/fpTOML | |
### v0.5.0 compliant
### TOML v0.5.0
| Language | Repo | Notes |
| -------- | ---- | ----- |
@ -105,7 +105,7 @@ Please note the highest TOML version tag that your parser supports in your READM
| Smalltalk | https://github.com/DraagrenKirneh/TOML | |
| Zig | https://github.com/aeronavery/zig-toml | |
### v0.4.0 compliant
### TOML v0.4.0
| Language | Repo | Notes |
| -------- | ---- | ----- |
@ -182,4 +182,4 @@ Formatters
| Tool | Notes | Repo |
| ---- | ---- | ---- |
| ESLint plugin | | https://github.com/ota-meshi/eslint-plugin-toml |
| Taplo | <s>Online</s> ([currently unavailable](https://github.com/tamasfe/taplo/issues/266)), CLI formatter, converter | https://taplo.tamasfe.dev/ |
| Taplo | <s>Online</s> ([currently unavailable](https://github.com/tamasfe/taplo/issues/266)), CLI formatter, converter | https://taplo.tamasfe.dev/ |